mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
silence a bogus warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25185 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
269f8c0691
commit
cd618ef279
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user