Index: src/compiler/mips/instruction-selector-mips.cc |
diff --git a/src/compiler/mips/instruction-selector-mips.cc b/src/compiler/mips/instruction-selector-mips.cc |
index f0e2dc2e8fb76d63b5a18f76a88032c09414f55c..c95613eba8b058b14aef800575db748cbe8528e5 100644 |
--- a/src/compiler/mips/instruction-selector-mips.cc |
+++ b/src/compiler/mips/instruction-selector-mips.cc |
@@ -755,7 +755,7 @@ void InstructionSelector::VisitFloat32Sub(Node* node) { |
} |
void InstructionSelector::VisitFloat32SubPreserveNan(Node* node) { |
- VisitRRR(this, kMipsSubS, node); |
+ VisitRRR(this, kMipsSubPreserveNanS, node); |
} |
void InstructionSelector::VisitFloat64Sub(Node* node) { |
@@ -777,7 +777,7 @@ void InstructionSelector::VisitFloat64Sub(Node* node) { |
} |
void InstructionSelector::VisitFloat64SubPreserveNan(Node* node) { |
- VisitRRR(this, kMipsSubD, node); |
+ VisitRRR(this, kMipsSubPreserveNanD, node); |
} |
void InstructionSelector::VisitFloat32Mul(Node* node) { |