diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-30 17:11:20 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-30 17:11:20 +0000 |
commit | ede966e8ee91820221bf082441d6e68a59bea5aa (patch) | |
tree | d452f8fbb7c445d07eb257dbf5df3b5f44bf260c /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 873ed82a36c91ca012c0ec42ba4ac8389e2fb9ea (diff) | |
download | bcm5719-llvm-ede966e8ee91820221bf082441d6e68a59bea5aa.tar.gz bcm5719-llvm-ede966e8ee91820221bf082441d6e68a59bea5aa.zip |
Make typesafe that which isn't: FCMOVxx
llvm-svn: 24536
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index 3ebb046ff9f..e86e25bf772 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp @@ -98,8 +98,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) setOperationAction(ISD::FCOS , MVT::f32, Expand); setOperationAction(ISD::FSQRT, MVT::f32, Expand); - //Doesn't work yet - setOperationAction(ISD::SETCC, MVT::f32, Promote); + setOperationAction(ISD::SETCC, MVT::f32, Promote); // We don't have line number support yet. setOperationAction(ISD::LOCATION, MVT::Other, Expand); |