diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-04-20 00:47:48 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-04-20 00:47:48 +0000 |
commit | 69394f2997561788c3b2e4688ac0fcc99d259256 (patch) | |
tree | 392ec2acc1a29d0fe5ce103e5bcfee87641abfa2 /lib/Target/ARM/ARMISelLowering.cpp | |
parent | 462123f66159a8c7ff34b87cb269955252be3ec0 (diff) |
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index bb26090d2d..7e7d0248b9 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -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 |