aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-08-31 16:45:16 +0000
committerDuncan Sands <baldrick@free.fr>2009-08-31 16:45:16 +0000
commitc69d74a5d41a6c5e92f9d947f2fa181f48626ca5 (patch)
treedbe3222e762eae6e9bb5dfba031f061fdc1895e3 /lib/Target/PowerPC/PPCISelLowering.h
parent2cd5155c0e8f2448dbdbc9c9cd468e589f9745e9 (diff)
downloadexternal_llvm-c69d74a5d41a6c5e92f9d947f2fa181f48626ca5.zip
external_llvm-c69d74a5d41a6c5e92f9d947f2fa181f48626ca5.tar.gz
external_llvm-c69d74a5d41a6c5e92f9d947f2fa181f48626ca5.tar.bz2
Revert commit 80428. It completely broke exception
handling on x86-32 linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 9e5e36a..19fef4d 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -346,14 +346,6 @@ namespace llvm {
/// getFunctionAlignment - Return the Log2 alignment of this function.
virtual unsigned getFunctionAlignment(const Function *F) const;
- /// getPreferredLSDADataFormat - Return the preferred exception handling data
- /// format for the LSDA.
- virtual unsigned getPreferredLSDADataFormat() const;
-
- /// getPreferredFDEDataFormat - Return the preferred exception handling data
- /// format for the FDE.
- virtual unsigned getPreferredFDEDataFormat() const;
-
private:
SDValue getFramePointerFrameIndex(SelectionDAG & DAG) const;
SDValue getReturnAddrFrameIndex(SelectionDAG & DAG) const;