Test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179913 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stephen Lin 2013-04-20 00:47:48 +00:00
parent 462123f661
commit 69394f2997

View File

@ -1539,7 +1539,7 @@ ARMTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
RegsToPass[i].second, InFlag);
InFlag = Chain.getValue(1);
}
InFlag =SDValue();
InFlag = SDValue();
}
// If the callee is a GlobalAddress/ExternalSymbol node (quite common, every