No really IA*64* :)

llvm-svn: 21858
This commit is contained in:
Chris Lattner 2005-05-11 05:03:56 +00:00
parent 05ad4b8369
commit 669c3b17eb
1 changed files with 3 additions and 3 deletions

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();