[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Jul 3 11:00:54 PDT 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.55 -> 1.56
---
Log message:
These are already implemented
---
Diffs of the changes: (+0 -4)
AlphaISelLowering.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.55 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.56
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.55 Tue Jun 27 18:19:14 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Mon Jul 3 13:00:29 2006
@@ -101,10 +101,6 @@
setOperationAction(ISD::FSQRT, MVT::f64, Expand);
setOperationAction(ISD::FSQRT, MVT::f32, Expand);
- // FIXME: Alpha supports fcopysign natively!?
- setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
- setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
-
setOperationAction(ISD::SETCC, MVT::f32, Promote);
// We don't have line number support yet.
More information about the llvm-commits
mailing list