Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 05b8e427c625b553d07b5f341f9876598eb90519..524b16790a51b4306fcc01abf59c18e581bc38b7 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -197,8 +197,6 @@ namespace internal { |
V(kTheInstructionShouldBeAnOris, "The instruction should be an oris") \ |
V(kTheInstructionShouldBeALi, "The instruction should be a li") \ |
V(kTheInstructionShouldBeASldi, "The instruction should be a sldi") \ |
- V(kTheInstructionToPatchShouldBeALoadFromConstantPool, \ |
- "The instruction to patch should be a load from the constant pool") \ |
V(kTheInstructionToPatchShouldBeAnLdrLiteral, \ |
"The instruction to patch should be a ldr literal") \ |
V(kTheInstructionToPatchShouldBeALis, \ |