Index: src/ppc/builtins-ppc.cc |
diff --git a/src/ppc/builtins-ppc.cc b/src/ppc/builtins-ppc.cc |
index 0bcd7f2fe8abbb6c752f3a0adf70cdcd69af2ba9..d5f42ade56967b54ec416c32ad384bfc94b26088 100644 |
--- a/src/ppc/builtins-ppc.cc |
+++ b/src/ppc/builtins-ppc.cc |
@@ -1185,8 +1185,8 @@ static void Generate_InterpreterNotifyDeoptimizedHelper( |
// Enter an internal frame. |
{ |
FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); |
- // Save accumulator register and pass the deoptimization type to |
- // the runtime system. |
+ |
+ // Pass the deoptimization type to the runtime system. |
__ LoadSmiLiteral(r4, Smi::FromInt(static_cast<int>(type))); |
__ Push(kInterpreterAccumulatorRegister, r4); |
__ CallRuntime(Runtime::kNotifyDeoptimized); |