Index: src/IceFixups.h |
diff --git a/src/IceFixups.h b/src/IceFixups.h |
index bbe7d4aeee1bb9e381ab24b50563da45e51e7b9c..1bc45f32fd9b609e4e92582f009c44cf4a638481 100644 |
--- a/src/IceFixups.h |
+++ b/src/IceFixups.h |
@@ -38,6 +38,10 @@ public: |
RelocOffsetT offset() const; |
IceString symbol(const GlobalContext *Ctx) const; |
+ |
+ static const Constant *NullSymbol; |
+ bool isNullSymbol() const { return value_ == NullSymbol; } |
+ |
void set_value(const Constant *Value) { value_ = Value; } |
void emit(GlobalContext *Ctx) const; |