| Index: src/compiler/mips64/instruction-selector-mips64.cc
|
| diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc
|
| index e8f8c53273ea42a1e391d21053edf7bd2a53361d..d44c55f517a1c106645ef08c78448d7a39bfb8a6 100644
|
| --- a/src/compiler/mips64/instruction-selector-mips64.cc
|
| +++ b/src/compiler/mips64/instruction-selector-mips64.cc
|
| @@ -2642,6 +2642,14 @@ void InstructionSelector::VisitAtomicCompareExchange(Node* node) {
|
| UNIMPLEMENTED();
|
| }
|
|
|
| +void InstructionSelector::VisitInt32AbsWithOverflow(Node* node) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +void InstructionSelector::VisitInt64AbsWithOverflow(Node* node) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| // static
|
| MachineOperatorBuilder::Flags
|
| InstructionSelector::SupportedMachineOperatorFlags() {
|
|
|