diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-07-03 18:00:29 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-07-03 18:00:29 +0000 |
commit | 01078dc60b72bd5d762d1d6337fc0e184b8ce58c (patch) | |
tree | 51467366ece5f63b80f3d8a7e3468445ee8ce661 | |
parent | 042f5076ed5445177ae26f99d55384f7ebbb3330 (diff) | |
download | bcm5719-llvm-01078dc60b72bd5d762d1d6337fc0e184b8ce58c.tar.gz bcm5719-llvm-01078dc60b72bd5d762d1d6337fc0e184b8ce58c.zip |
These are already implemented
llvm-svn: 28990
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index fef5fec33e7..b9d42c9d678 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp @@ -101,10 +101,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) 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. |