Fix typo :(

llvm-svn: 24664
This commit is contained in:
Chris Lattner 2005-12-11 18:43:13 +00:00
parent a54452fd4f
commit dc802c4f4c

@ -119,7 +119,7 @@ def SDTSelect : SDTypeProfile<1, 3, [ // select
SDTCisInt<1>, SDTCisSameAs<0, 2>, SDTCisSameAs<2, 3>
]>;
def SDTSelectCC : SDTypeProvile<1, 5, [ // select_cc
def SDTSelectCC : SDTypeProfile<1, 5, [ // select_cc
SDTCisSameAs<1, 2>, SDTCisSameAs<3, 4>, SDTCisSameAs<0, 3>,
SDTCisVT<5, OtherVT>
]>;