| Index: src/IceFixups.h
|
| diff --git a/src/IceFixups.h b/src/IceFixups.h
|
| index 1a29a18650ef67c600f6eace1cd07b5166b5de54..47ea02ed96460250df9f12d56140375c78d4f8cb 100644
|
| --- a/src/IceFixups.h
|
| +++ b/src/IceFixups.h
|
| @@ -45,7 +45,7 @@ public:
|
| void set_kind(FixupKind Kind) { kind_ = Kind; }
|
|
|
| RelocOffsetT offset() const;
|
| - IceString symbol(const GlobalContext *Ctx, const Assembler *Asm) const;
|
| + IceString symbol(const Assembler *Asm) const;
|
|
|
| static const Constant *NullSymbol;
|
| bool isNullSymbol() const { return value_ == NullSymbol; }
|
|
|