projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69dba7e
)
Explicitly update the number of nodes to be traversed
author
Michael Liao
<michael.liao@intel.com>
Tue, 28 Aug 2012 19:20:29 +0000
(19:20 +0000)
committer
Michael Liao
<michael.liao@intel.com>
Tue, 28 Aug 2012 19:20:29 +0000
(19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162780
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 9e1da147c9636a46a75402bf86a2d4d7ca2feccc..340524ca2091b93ba4717a80bb582b1d5896fdea 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-14128,7
+14128,7
@@
static SDValue checkFlaggedOrCombine(SDValue Or, X86::CondCode &CC,
Opnds.push_back(I->getOperand(0));
Opnds.push_back(I->getOperand(1));
// Re-evaluate the number of nodes to be traversed.
- e
= Opnds.size()
;
+ e
+= 2
;
continue;
}