| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index 38bdbef8b65b827546430ddc9bb8b02e78174028..f3adce7c43346547bed1fde8387afb26d2b599a3 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -940,10 +940,9 @@ protected:
|
| //
|
| // The -8 in movw/movt above is to account for the PC value that the first
|
| // instruction emitted by Finish(PC) will read.
|
| - void loadNamedConstantRelocatablePIC(const IceString &Name,
|
| - Variable *Register,
|
| - std::function<void(Variable *PC)> Finish,
|
| - bool SuppressMangling = true);
|
| + void
|
| + loadNamedConstantRelocatablePIC(const IceString &Name, Variable *Register,
|
| + std::function<void(Variable *PC)> Finish);
|
|
|
| /// Sandboxer defines methods for ensuring that "dangerous" operations are
|
| /// masked during sandboxed code emission. For regular, non-sandboxed code
|
|
|