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:
3802c25
)
Fix typo :(
author
Chris Lattner
<sabre@nondot.org>
Sun, 11 Dec 2005 18:43:13 +0000
(18:43 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 11 Dec 2005 18:43:13 +0000
(18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24664
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSelectionDAG.td
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSelectionDAG.td
b/lib/Target/TargetSelectionDAG.td
index dcad7f458d3d26537e29b7046dd8e3dfa5727339..83f559300d925877e67fd094cf250cf45d17fa20 100644
(file)
--- a/
lib/Target/TargetSelectionDAG.td
+++ b/
lib/Target/TargetSelectionDAG.td
@@
-119,7
+119,7
@@
def SDTSelect : SDTypeProfile<1, 3, [ // select
SDTCisInt<1>, SDTCisSameAs<0, 2>, SDTCisSameAs<2, 3>
]>;
-def SDTSelectCC : SDTypePro
v
ile<1, 5, [ // select_cc
+def SDTSelectCC : SDTypePro
f
ile<1, 5, [ // select_cc
SDTCisSameAs<1, 2>, SDTCisSameAs<3, 4>, SDTCisSameAs<0, 3>,
SDTCisVT<5, OtherVT>
]>;