ARM: move ARMUnwindOp.h into Support
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
index 93e59647d22060d83ec578e7c17eedd308a52c69..98b4c09a36b2059964023e2a091b7716d1684323 100644 (file)
@@ -417,7 +417,8 @@ void emitThumbRegPlusImmediate(MachineBasicBlock &MBB,
 /// NumBytes. This can save a few bytes per function in code-size, but
 /// obviously generates more memory traffic. As such, it only takes
 /// effect in functions being optimised for size.
-bool tryFoldSPUpdateIntoPushPop(MachineFunction &MF, MachineInstr *MI,
+bool tryFoldSPUpdateIntoPushPop(const ARMSubtarget &Subtarget,
+                                MachineFunction &MF, MachineInstr *MI,
                                 unsigned NumBytes);
 
 /// rewriteARMFrameIndex / rewriteT2FrameIndex -