Test commit
authorStephen Lin <stephenwlin@gmail.com>
Sat, 20 Apr 2013 00:47:48 +0000 (00:47 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Sat, 20 Apr 2013 00:47:48 +0000 (00:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179913 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.cpp

index bb26090d2d8d3889142be31851bb91a95cce4cca..7e7d0248b99d7fe8cc7f89cbfa92b9732d438304 100644 (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