Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: lib/Target/ARM/ARMConstantPoolValue.h

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Target/ARM/ARMConstantIslandPass.cpp ('k') | lib/Target/ARM/ARMExpandPseudoInsts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « lib/Target/ARM/ARMConstantIslandPass.cpp ('k') | lib/Target/ARM/ARMExpandPseudoInsts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698