Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index beb5bc077e1de921623e0fc0b0a1dcc359b02f21..2e5febe2249c099db2ac01747bb060dee11b3c77 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -77,6 +77,8 @@ public: |
// Returns a symbolic constant. |
Constant *getConstantSym(Type Ty, int64_t Offset, const IceString &Name = "", |
bool SuppressMangling = false); |
+ // Returns an undef. |
+ Constant *getConstantUndef(Type Ty); |
// getConstantPool() returns a copy of the constant pool for |
// constants of a given type. |
ConstantList getConstantPool(Type Ty) const; |