summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.h
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-10-03 21:12:18 +0000
committerReid Kleckner <rnk@google.com>2017-10-03 21:12:18 +0000
commit33cbbbc62f554f360fcd45f83b0ddde92dc0645c (patch)
tree6aa8a684700b94b4c20d7da2a9cff86d08277f1f /llvm/lib/Target/X86/X86FrameLowering.h
parent476a7f9293df6c4d86ac672f33b483af980aed86 (diff)
downloadbcm5719-llvm-33cbbbc62f554f360fcd45f83b0ddde92dc0645c.tar.gz
bcm5719-llvm-33cbbbc62f554f360fcd45f83b0ddde92dc0645c.zip
[X86] Remove dead declaration convertArgMovsToPushes, NFC
This was dead when it landed in r252578. We have this functionality, if not for stack probe calls, but for regular calls in X86CallFrameOptimization.cpp. llvm-svn: 314845
Diffstat (limited to 'llvm/lib/Target/X86/X86FrameLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.h b/llvm/lib/Target/X86/X86FrameLowering.h
index 773baff327d..452b56fc775 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.h
+++ b/llvm/lib/Target/X86/X86FrameLowering.h
@@ -157,15 +157,6 @@ public:
void orderFrameObjects(const MachineFunction &MF,
SmallVectorImpl<int> &ObjectsToAllocate) const override;
- /// convertArgMovsToPushes - This method tries to convert a call sequence
- /// that uses sub and mov instructions to put the argument onto the stack
- /// into a series of pushes.
- /// Returns true if the transformation succeeded, false if not.
- bool convertArgMovsToPushes(MachineFunction &MF,
- MachineBasicBlock &MBB,
- MachineBasicBlock::iterator I,
- uint64_t Amount) const;
-
/// Wraps up getting a CFI index and building a MachineInstr for it.
void BuildCFI(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
const DebugLoc &DL, const MCCFIInstruction &CFIInst) const;
OpenPOWER on IntegriCloud