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:
bb22df3
)
the 5th operand is the 4th number
author
Chris Lattner
<sabre@nondot.org>
Fri, 26 Aug 2005 00:43:46 +0000
(
00:43
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 26 Aug 2005 00:43:46 +0000
(
00:43
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23074
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 612e3e14aa7cf3d4bb48ea1d51e7ded456580e9c..d94e8026dd2cce90c2e33c5610b6114a1e8adf77 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-1122,7
+1122,7
@@
SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
TLI.LowerOperation(DAG.getNode(ISD::SELECT_CC, Node->getValueType(0),
Node->getOperand(0),
Node->getOperand(1), Tmp3, Tmp4,
- Node->getOperand(
5
)), DAG);
+ Node->getOperand(
4
)), DAG);
if (Tmp.Val) {
Result = LegalizeOp(Tmp);
break;