No really IA*64* :)

llvm-svn: 21858
This commit is contained in:
Chris Lattner 2005-05-11 05:03:56 +00:00
parent e358ac532b
commit d5d2886ee7

View File

@ -90,9 +90,9 @@ namespace {
setOperationAction(ISD::FSQRT, MVT::f32, Expand);
//IA64 has these, but they are not implemented
setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
setOperationAction(ISD::CTLZ , MVT::i32 , Expand);
setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
setOperationAction(ISD::CTLZ , MVT::i64 , Expand);
computeRegisterProperties();