Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 5fc56462bb02dbdc6944c6c981f666d88484aa01..f30a7790b2dc16da22df2c01e24fa1f775a8fb4e 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -1489,6 +1489,7 @@ LInstruction* LChunkBuilder::DoHasCachedArrayIndexAndBranch( |
LInstruction* LChunkBuilder::DoClassOfTestAndBranch( |
HClassOfTestAndBranch* instr) { |
return new LClassOfTestAndBranch(UseTempRegister(instr->value()), |
+ TempRegister(), |
TempRegister()); |
} |