Index: src/compiler/mips64/code-generator-mips64.cc |
diff --git a/src/compiler/mips64/code-generator-mips64.cc b/src/compiler/mips64/code-generator-mips64.cc |
index debca20ca31bfe83b69c33237f5ccd9b1f99caf3..774d38a8bb722a3767c565c2cb1b7a131607a8b0 100644 |
--- a/src/compiler/mips64/code-generator-mips64.cc |
+++ b/src/compiler/mips64/code-generator-mips64.cc |
@@ -1169,6 +1169,13 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr, |
} |
+void CodeGenerator::AssembleArchSelect(Instruction* instr, |
+ FlagsCondition condition) { |
+ // Unsupported. |
+ UNREACHABLE(); |
+} |
+ |
+ |
void CodeGenerator::AssembleArchLookupSwitch(Instruction* instr) { |
MipsOperandConverter i(this, instr); |
Register input = i.InputRegister(0); |