mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Silence, accersed warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43609 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
651dfd1ff8
commit
0d642871f5
@ -1407,7 +1407,7 @@ SDNode *X86DAGToDAGISel::Select(SDOperand N) {
|
||||
|
||||
MVT::ValueType SVT = cast<VTSDNode>(Node->getOperand(1))->getVT();
|
||||
SDOperand TruncOp = SDOperand(getTruncate(N0, SVT), 0);
|
||||
unsigned Opc;
|
||||
unsigned Opc = 0;
|
||||
switch (NVT) {
|
||||
case MVT::i16:
|
||||
if (SVT == MVT::i8) Opc = X86::MOVSX16rr8;
|
||||
|
Loading…
Reference in New Issue
Block a user