Index: src/compiler/ia32/code-generator-ia32.cc |
diff --git a/src/compiler/ia32/code-generator-ia32.cc b/src/compiler/ia32/code-generator-ia32.cc |
index c21cc2df2497ecac875e6105c90f76d46cff510b..7f42f9ef3d33d60dcd62797b83bd5aba0f1c6c38 100644 |
--- a/src/compiler/ia32/code-generator-ia32.cc |
+++ b/src/compiler/ia32/code-generator-ia32.cc |
@@ -1101,6 +1101,13 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr, |
} |
+void CodeGenerator::AssembleArchSelect(Instruction* instr, |
+ FlagsCondition condition) { |
+ // Unsupported. |
+ UNREACHABLE(); |
+} |
+ |
+ |
void CodeGenerator::AssembleArchLookupSwitch(Instruction* instr) { |
IA32OperandConverter i(this, instr); |
Register input = i.InputRegister(0); |