| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index 2477aaa46bb18e6dc0ed581d1649418bddaa71c0..7f5fdc8d1626d93788abdecbb0222df6de7f8184 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -319,7 +319,6 @@ protected:
|
| explicit TargetDataARM32(GlobalContext *Ctx);
|
|
|
| private:
|
| - void lowerGlobal(const VariableDeclaration &Var) const;
|
| ~TargetDataARM32() override {}
|
| template <typename T> static void emitConstantPool(GlobalContext *Ctx);
|
| };
|
|
|