From: Stephen Lin Date: Sat, 20 Apr 2013 00:47:48 +0000 (+0000) Subject: Test commit X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=69394f2997561788c3b2e4688ac0fcc99d259256;p=oota-llvm.git Test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179913 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index bb26090d2d8..7e7d0248b99 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