Index: src/IceTargetLoweringX8632.cpp |
diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp |
index 8e57ba65b89115dd55163d5995e3fbf624b2c3a4..71f80e1aff9bc743ddd245545789b10c71be63d8 100644 |
--- a/src/IceTargetLoweringX8632.cpp |
+++ b/src/IceTargetLoweringX8632.cpp |
@@ -4701,7 +4701,7 @@ void TargetDataX8632::emitConstantPool(GlobalContext *Ctx) { |
} |
} |
-void TargetDataX8632::lowerConstants(GlobalContext *Ctx) const { |
+void TargetDataX8632::lowerConstants() const { |
if (Ctx->getFlags().DisableTranslation) |
return; |
// No need to emit constants from the int pool since (for x86) they |