commit | 110f2243fcd0d6ad93e80eb6ea70b0f234cd15f1 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Mon Dec 12 20:30:09 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Mon Dec 12 20:30:09 2005 +0000 |
tree | 14ea60c1dea09c740c3e55b703b363bf4cdb9467 | |
parent | a763969837e708c7a169a1ea91a9168d040d79eb [diff] [blame] |
fix FP selects git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24672 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp index e7df9d6..011b94b 100644 --- a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp +++ b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
@@ -427,7 +427,7 @@ CurDAG->getRegister(Alpha::R31, MVT::i64), ST); } - SDOperand FP = CurDAG->getTargetNode(isDouble?Alpha::FCMOVEQT:Alpha::FCMOVEQS, + SDOperand FP = CurDAG->getTargetNode(isDouble?Alpha::FCMOVNET:Alpha::FCMOVNES, MVT::f64, FV, TV, LD); return FP; }