From: Chris Lattner Date: Mon, 11 Apr 2005 18:55:36 +0000 (+0000) Subject: IA64 supports this operation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30e82431b35866ba148fc32c95accb424238bbe3;p=oota-llvm.git IA64 supports this operation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21228 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/IA64/IA64ISelPattern.cpp b/lib/Target/IA64/IA64ISelPattern.cpp index 05d08e18abb..7ccf5cac87f 100644 --- a/lib/Target/IA64/IA64ISelPattern.cpp +++ b/lib/Target/IA64/IA64ISelPattern.cpp @@ -62,7 +62,6 @@ namespace { setShiftAmountType(MVT::i64); setOperationAction(ISD::EXTLOAD , MVT::i1 , Promote); - setOperationAction(ISD::EXTLOAD , MVT::f32 , Promote); setOperationAction(ISD::ZEXTLOAD , MVT::i1 , Expand); setOperationAction(ISD::ZEXTLOAD , MVT::i32 , Expand);