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:
3cda14f
)
Another typo
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 19 Jan 2006 04:54:52 +0000
(
04:54
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 19 Jan 2006 04:54:52 +0000
(
04:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25440
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 6d14c6a3e5e80e5794a233c624ebe5ca6a187528..2cb6be59a21721fea883faba3efdc74211570abc 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-2082,7
+2082,7
@@
SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
Tmp2 = LegalizeOp(Tmp.getValue(i));
AddLegalizedOperand(SDOperand(Node, i), Tmp2);
if (i == Op.ResNo)
- RetVal = Tmp;
+ RetVal = Tmp
2
;
}
assert(RetVal.Val && "Illegal result number");
return RetVal;