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:
Evan Cheng 2006-05-12 19:03:56 +00:00
parent 095cc37e22
commit 0bbac9ffd1

View File

@ -806,9 +806,6 @@ void X86DAGToDAGISel::Select(SDOperand &Result, SDOperand N) {
case MVT::i32:
Opc = X86::MOV32to32_;
VT = MVT::i32;
if (NVT == MVT::i16)
Opc2 = X86::TRUNC_R32_R16;
else
Opc2 = X86::TRUNC_R32_R8;
break;
}