Silence, accersed warning

llvm-svn: 43609
This commit is contained in:
Bill Wendling 2007-11-01 08:51:44 +00:00
parent 2b3f7a7e3b
commit b7cabbe295
1 changed files with 1 additions and 1 deletions

View File

@ -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;