summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-02-19 17:10:59 +0000
committerBob Wilson <bob.wilson@apple.com>2010-02-19 17:10:59 +0000
commit6b89aa57e6506f073579398bd74845db9463b9f1 (patch)
tree23a36eadc48842088a7cf4ae698c4b6c78066a8f /include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
parent3eba667081cb63761861e4543715c90f8fc47b18 (diff)
downloadllvm-6b89aa57e6506f073579398bd74845db9463b9f1.tar.gz
llvm-6b89aa57e6506f073579398bd74845db9463b9f1.tar.bz2
llvm-6b89aa57e6506f073579398bd74845db9463b9f1.tar.xz
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
ARM and Thumb tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/TargetLoweringObjectFileImpl.h')
-rw-r--r--include/llvm/CodeGen/TargetLoweringObjectFileImpl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
index 3d99fa76e0..c5aa626a46 100644
--- a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
+++ b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
@@ -171,11 +171,6 @@ public:
virtual const MCExpr *
getSymbolForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
MachineModuleInfo *MMI, unsigned Encoding) const;
-
- virtual unsigned getPersonalityEncoding() const;
- virtual unsigned getLSDAEncoding() const;
- virtual unsigned getFDEEncoding() const;
- virtual unsigned getTTypeEncoding() const;
};