Index: src/arm64/lithium-arm64.cc |
diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc |
index 34c98241a5cb4093271853028656cf551d3fdb27..bfc90297b6fa8e16c6840bca495d6e68940d34cf 100644 |
--- a/src/arm64/lithium-arm64.cc |
+++ b/src/arm64/lithium-arm64.cc |
@@ -681,7 +681,8 @@ void LChunkBuilder::VisitInstruction(HInstruction* current) { |
// the it was just a plain use), so it is free to move the split child into |
// the same register that is used for the use-at-start. |
// See https://code.google.com/p/chromium/issues/detail?id=201590 |
- if (!(instr->ClobbersRegisters() && instr->ClobbersDoubleRegisters())) { |
+ if (!(instr->ClobbersRegisters() && |
+ instr->ClobbersDoubleRegisters(isolate()))) { |
int fixed = 0; |
int used_at_start = 0; |
for (UseIterator it(instr); !it.Done(); it.Advance()) { |