| Index: src/IceTargetLoweringX8632.h | 
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h | 
| index fca29c43d7f4eb65f20f1cc842a26aea0ffeeb9a..3de3fc8b7467cf61a380d18d7ed15324be94db41 100644 | 
| --- a/src/IceTargetLoweringX8632.h | 
| +++ b/src/IceTargetLoweringX8632.h | 
| @@ -499,7 +499,7 @@ public: | 
|  | 
| void lowerGlobal(const VariableDeclaration &Var) const final; | 
| void lowerGlobalsELF(const VariableDeclarationList &Vars) const final; | 
| -  void lowerConstants(GlobalContext *Ctx) const final; | 
| +  void lowerConstants() const final; | 
|  | 
| protected: | 
| TargetDataX8632(GlobalContext *Ctx); | 
|  |