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 | d36fd2cfe2559d770ed50d10b329bc0840ad77a6 (patch) | |
tree | 7a98dcd41966d5f9b302737df8cbc7b10977880e /llvm/lib | |
parent | d1d06e4744947c53fb4609f183a47fb12e9005a5 (diff) | |
download | bcm5719-llvm-d36fd2cfe2559d770ed50d10b329bc0840ad77a6.tar.gz bcm5719-llvm-d36fd2cfe2559d770ed50d10b329bc0840ad77a6.zip |
Test commit
llvm-svn: 179913
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index bb26090d2d8..7e7d0248b99 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/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 |