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:
e26dcfe
)
fix typo duncan noticed!
author
Chris Lattner
<sabre@nondot.org>
Sun, 30 Dec 2007 21:21:10 +0000
(21:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 30 Dec 2007 21:21:10 +0000
(21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45459
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index c6fd113ee75912945e65eea7f9e2438f24e83852..ae5c398f7723addac46284874ca9418c7a33869a 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@
-1291,7
+1291,7
@@
TargetLowering::SimplifySetCC(MVT::ValueType VT, SDOperand N0, SDOperand N1,
return DAG.getConstant(0, VT);
case 1: // Known true.
return DAG.getConstant(1, VT);
- case 2: //
undefin
d.
+ case 2: //
Undefine
d.
return DAG.getNode(ISD::UNDEF, VT);
}
}