summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-01 18:45:51 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-01 18:45:51 +0000
commite273cb08c486663179e22f54ff9e5d530864c0cb (patch)
tree2eaba80056df1bba9228ef19416aee2e28c01131 /llvm/lib
parentd0bfbb336f5e33028442343d4a3c5ef755801e17 (diff)
downloadbcm5719-llvm-e273cb08c486663179e22f54ff9e5d530864c0cb.tar.gz
bcm5719-llvm-e273cb08c486663179e22f54ff9e5d530864c0cb.zip
Tidy up.
llvm-svn: 149521
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index a0b4cb54dcf..222c3a50257 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -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());
OpenPOWER on IntegriCloud