silence a bogus warning

llvm-svn: 25185
This commit is contained in:
Chris Lattner 2006-01-10 19:45:18 +00:00
parent fb5f46541c
commit 0fb2ae7d17
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ IA64TargetLowering::LowerCallTo(SDOperand Chain,
{
SDOperand Val = Args[i].first;
MVT::ValueType ObjectVT = Val.getValueType();
SDOperand ValToStore(0, 0), ValToConvert;
SDOperand ValToStore(0, 0), ValToConvert(0, 0);
unsigned ObjSize=8;
switch (ObjectVT) {
default: assert(0 && "unexpected argument type!");