Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 1f9714357e2f7f63c737c2e8f0b1d112ae81af9d..85beb4c9961c259ef886b9c93ee06e6381fe5170 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -1354,7 +1354,7 @@ LInstruction* LChunkBuilder::DoCallConstantFunction( |
LInstruction* LChunkBuilder::DoUnaryMathOperation(HUnaryMathOperation* instr) { |
- MathFunctionId op = instr->op(); |
+ BuiltinFunctionId op = instr->op(); |
LOperand* input = UseRegisterAtStart(instr->value()); |
LInstruction* result = new LUnaryMathOperation(input); |
switch (op) { |