Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index b9c7328aeedeead9a1f487d827d180fda21d6d73..279813a0888a5832dbb9cca456f9ae3e0572e0c4 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -113,7 +113,7 @@ bool LCodeGen::GeneratePrologue() { |
// r1: Callee's JS function. |
// cp: Callee's context. |
- // pp: Callee's constant pool pointer (if FLAG_enable_ool_constant_pool) |
+ // pp: Callee's constant pool pointer (if enabled) |
// fp: Caller's frame pointer. |
// lr: Caller's pc. |
@@ -1016,10 +1016,6 @@ void LCodeGen::RecordSafepoint( |
safepoint.DefinePointerRegister(ToRegister(pointer), zone()); |
} |
} |
- if (FLAG_enable_ool_constant_pool && (kind & Safepoint::kWithRegisters)) { |
- // Register pp always contains a pointer to the constant pool. |
- safepoint.DefinePointerRegister(pp, zone()); |
- } |
} |