| Index: src/IceTargetLoweringX86Base.h
|
| diff --git a/src/IceTargetLoweringX86Base.h b/src/IceTargetLoweringX86Base.h
|
| index f8a05786ad3c320d508d8bb1229da878fa72a951..3b16db318a443cfbd235d71ba055c1f3ba8a8504 100644
|
| --- a/src/IceTargetLoweringX86Base.h
|
| +++ b/src/IceTargetLoweringX86Base.h
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| ~TargetX86Base() override = default;
|
|
|
| - static void staticInit(const ClFlags &Flags);
|
| + static void staticInit(GlobalContext *Ctx);
|
| static TargetX86Base *create(Cfg *Func) { return new TargetX86Base(Func); }
|
|
|
| static FixupKind getPcRelFixup() { return PcRelFixup; }
|
|
|