mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
095cc37e22
commit
0bbac9ffd1
@ -806,9 +806,6 @@ void X86DAGToDAGISel::Select(SDOperand &Result, SDOperand N) {
|
|||||||
case MVT::i32:
|
case MVT::i32:
|
||||||
Opc = X86::MOV32to32_;
|
Opc = X86::MOV32to32_;
|
||||||
VT = MVT::i32;
|
VT = MVT::i32;
|
||||||
if (NVT == MVT::i16)
|
|
||||||
Opc2 = X86::TRUNC_R32_R16;
|
|
||||||
else
|
|
||||||
Opc2 = X86::TRUNC_R32_R8;
|
Opc2 = X86::TRUNC_R32_R8;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user