Index: lib/Target/ARM/ARMConstantPoolValue.h |
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h |
index 13bef54b3b7da329d90a08377e5571d120f56d00..0dadf673e57112b62decca1d8cfb6677de1345ae 100644 |
--- a/lib/Target/ARM/ARMConstantPoolValue.h |
+++ b/lib/Target/ARM/ARMConstantPoolValue.h |
@@ -102,6 +102,9 @@ public: |
bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } |
bool isLSDA() const { return Kind == ARMCP::CPLSDA; } |
bool isMachineBasicBlock() const{ return Kind == ARMCP::CPMachineBasicBlock; } |
+ // @LOCALMOD-START |
+ bool isValue() const { return Kind == ARMCP::CPValue; } |
+ // @LOCALMOD-END |
unsigned getRelocationInfo() const override { return 2; } |