Tidy up.
authorChad Rosier <mcrosier@apple.com>
Wed, 1 Feb 2012 18:45:51 +0000 (18:45 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 1 Feb 2012 18:45:51 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149521 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index a0b4cb54dcf0ff9c11275501ba8b3da98618a75a..222c3a5025709e634fef0b892e729284b7809b75 100644 (file)
@@ -14306,7 +14306,7 @@ static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
       Ld = cast<LoadSDNode>(St->getChain());
     else if (St->getValue().hasOneUse() &&
              ChainVal->getOpcode() == ISD::TokenFactor) {
-      for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
+      for (unsigned i = 0, e = ChainVal->getNumOperands(); i != e; ++i) {
         if (ChainVal->getOperand(i).getNode() == LdVal) {
           TokenFactorIndex = i;
           Ld = cast<LoadSDNode>(St->getValue());