summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.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
commit9cf8bcb69dc86e7d7f851dc51084179796623b2e (patch)
treeea45bbaabd05be86d05c76aef3845e555a1202f1 /llvm/lib/Target/X86/X86ISelLowering.h
parent5778fce14148ae0ccf5a6bb5b940e66b33653e5c (diff)
downloadbcm5719-llvm-9cf8bcb69dc86e7d7f851dc51084179796623b2e.tar.gz
bcm5719-llvm-9cf8bcb69dc86e7d7f851dc51084179796623b2e.zip
Revert commit 80428. It completely broke exception
handling on x86-32 linux. llvm-svn: 80592
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index 64716e9d2c9..1c612a13a25 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -560,14 +560,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:
/// Subtarget - Keep a pointer to the X86Subtarget around so that we can
/// make the right decision when generating code for different targets.
OpenPOWER on IntegriCloud