Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index cc5da5800ca604f71a239924966a5e8e014679bc..968771a51e0cef72ddd2a8fdcab73573a2547a34 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -108,7 +108,8 @@ public: |
Constant *getConstantFloat(float Value); |
Constant *getConstantDouble(double Value); |
// Returns a symbolic constant. |
- Constant *getConstantSym(Type Ty, int64_t Offset, const IceString &Name = "", |
+ Constant *getConstantSym(Type Ty, RelocOffsetT Offset, |
+ const IceString &Name = "", |
bool SuppressMangling = false); |
// Returns an undef. |
Constant *getConstantUndef(Type Ty); |