From d5d2886ee7cf78923db2ba4806fb2de959bca224 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 11 May 2005 05:03:56 +0000 Subject: [PATCH] No really IA*64* :) llvm-svn: 21858 --- lib/Target/IA64/IA64ISelPattern.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Target/IA64/IA64ISelPattern.cpp b/lib/Target/IA64/IA64ISelPattern.cpp index 30520ed289c..06be6ab2e0f 100644 --- a/lib/Target/IA64/IA64ISelPattern.cpp +++ b/lib/Target/IA64/IA64ISelPattern.cpp @@ -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();