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:
9797c5c
)
make sure to relegalize all cases
author
Chris Lattner
<sabre@nondot.org>
Wed, 21 Dec 2005 19:40:42 +0000
(19:40 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 21 Dec 2005 19:40:42 +0000
(19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24911
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 69ed69cc643422b184a1cc8233069160556a5326..581b969957e15aeb231a967bf4f786f90feb704f 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-1036,9
+1036,9
@@
SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
Result = DAG.getNode(ISD::BRCOND, MVT::Other, Tmp1, Tmp2,
Node->getOperand(4));
Result = DAG.getNode(ISD::BR, MVT::Other, Result, Node->getOperand(5));
- Result = LegalizeOp(Result); // Relegalize new nodes.
break;
}
+ Result = LegalizeOp(Result); // Relegalize new nodes.
}
break;
case ISD::LOAD: