| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index b67a232fc658770fb49b580f99add84c23812346..71d0bd2db095b2e02c02be8eec91d7041782a446 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -75,7 +75,8 @@ public:
|
| // Manage Constants.
|
| // getConstant*() functions are not const because they might add
|
| // something to the constant pool.
|
| - Constant *getConstantInt(Type Ty, uint64_t ConstantInt64);
|
| + Constant *getConstantInt64(Type Ty, uint64_t ConstantInt64);
|
| + Constant *getConstantInt32(Type Ty, uint32_t ConstantInt32);
|
| Constant *getConstantFloat(float Value);
|
| Constant *getConstantDouble(double Value);
|
| // Returns a symbolic constant.
|
|
|