[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 11 11:55:52 PDT 2005
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.17 -> 1.18
---
Log message:
IA64 supports this operation.
---
Diffs of the changes: (+0 -1)
IA64ISelPattern.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.17 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.18
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.17 Mon Apr 11 02:16:39 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp Mon Apr 11 13:55:36 2005
@@ -62,7 +62,6 @@
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);
More information about the llvm-commits
mailing list