| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index f6b305eb949c4b866d31e49d51818787f75b8e32..da79c8552c0756edabc113f66b7bd862e336d0c7 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -486,9 +486,9 @@ public:
|
| static TargetGlobalInitLowering *create(GlobalContext *Ctx) {
|
| return new TargetGlobalInitX8632(Ctx);
|
| }
|
| - void lower(const IceString &Name, SizeT Align, bool IsInternal, bool IsConst,
|
| - bool IsZeroInitializer, SizeT Size, const char *Data,
|
| - bool DisableTranslation) override;
|
| +
|
| + virtual void lower(const GlobalAddress &Addr,
|
| + bool DisableTranslation) override;
|
|
|
| protected:
|
| TargetGlobalInitX8632(GlobalContext *Ctx);
|
|
|