[AArch64] Add support for dynamic stack alignment
[oota-llvm.git] / lib / Target / AArch64 / AArch64MCInstLower.h
index e95d9db30796162162748da0bec0a4dfbe89f294..1e29b80c2d626953d292f77027808180b29d708b 100644 (file)
@@ -33,7 +33,7 @@ class LLVM_LIBRARY_VISIBILITY AArch64MCInstLower {
   Triple TargetTriple;
 
 public:
-  AArch64MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer);
+  AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
 
   bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;