Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index 026cb7f017b0ebe918d7c76c3417d5c4331bdd03..a21392e8b23d3af5bed85e4d1e935e15d004d7fe 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -110,7 +110,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); |