| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 0b46e1bde9201aa44f389b900e144beee94f9549..b9a9e2bf46d83ba3a0981bfa7ef146a7a7bb0ab8 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -587,7 +587,8 @@ public:
|
| return std::unique_ptr<TargetDataLowering>(new TargetDataX8632(Ctx));
|
| }
|
|
|
| - void lowerGlobals(std::unique_ptr<VariableDeclarationList> Vars) override;
|
| + void lowerGlobals(const VariableDeclarationList &Vars,
|
| + const IceString &SectionSuffix) override;
|
| void lowerConstants() override;
|
|
|
| protected:
|
|
|