No really IA*64* :)
authorChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 05:03:56 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 05:03:56 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21858 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64ISelPattern.cpp

index 30520ed289c1f137e3e640af9ddffb5d68c0b2c4..06be6ab2e0f8079bf2d69676bd9e14add95f9d8e 100644 (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();