Silence a warning.

llvm-svn: 42619
This commit is contained in:
Evan Cheng 2007-10-05 01:09:32 +00:00
parent da5d6bbc40
commit fd11ef4665
1 changed files with 1 additions and 1 deletions

View File

@ -5395,7 +5395,7 @@ void SelectionDAGLegalize::ExpandOp(SDOperand Op, SDOperand &Lo, SDOperand &Hi){
}
}
RTLIB::Libcall LC;
RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
if (Node->getOperand(0).getValueType() == MVT::f32)
LC = RTLIB::FPTOUINT_F32_I64;
else if (Node->getOperand(0).getValueType() == MVT::f64)