summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-20 23:04:09 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-20 23:04:09 +0000
commit01bd7d9dc040b7fec77ff2d35226aed048fccab4 (patch)
tree47f8b96bef36c6f1dc16d50e1b7b3463a8ce52f0 /llvm/lib/Target/X86/X86FrameLowering.h
parentddfe66e9484ddf6f45a4dc3977bac13171f84eaa (diff)
downloadbcm5719-llvm-01bd7d9dc040b7fec77ff2d35226aed048fccab4.tar.gz
bcm5719-llvm-01bd7d9dc040b7fec77ff2d35226aed048fccab4.zip
Remove the now defunct getCompactUnwindEncoding method from the frame lowering code.
llvm-svn: 135634
Diffstat (limited to 'llvm/lib/Target/X86/X86FrameLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.h b/llvm/lib/Target/X86/X86FrameLowering.h
index a03ea76f505..1fb167f1e2e 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.h
+++ b/llvm/lib/Target/X86/X86FrameLowering.h
@@ -58,9 +58,6 @@ public:
bool hasReservedCallFrame(const MachineFunction &MF) const;
int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
-
- uint32_t getCompactUnwindEncoding(ArrayRef<MCCFIInstruction> Instrs,
- int DataAlignmentFactor, bool IsEH) const;
};
} // End llvm namespace
OpenPOWER on IntegriCloud