Missed a spot.
authorNate Begeman <natebegeman@mac.com>
Wed, 11 Jan 2006 23:20:28 +0000 (23:20 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 11 Jan 2006 23:20:28 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64ISelPattern.cpp

index f1de338b2c0947e9079ff95b9e725e2ba993211f..3f8942c5cf64c7b646d80e346df64d76e3b52e8a 100644 (file)
@@ -96,6 +96,8 @@ namespace {
       //IA64 has these, but they are not implemented
       setOperationAction(ISD::CTTZ , MVT::i64  , Expand);
       setOperationAction(ISD::CTLZ , MVT::i64  , Expand);
+      setOperationAction(ISD::ROTL , MVT::i64  , Expand);
+      setOperationAction(ISD::ROTR , MVT::i64  , Expand);
       // FIXME: implement mulhs (xma.h) and mulhu (xma.hu)
       setOperationAction(ISD::MULHS , MVT::i64  , Expand);
       setOperationAction(ISD::MULHU , MVT::i64  , Expand);