remove the dead PreferredEHDataFormat TAI hook: its now dead

even considering #if 0 code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-08-02 04:02:52 +00:00
parent ad88bc4076
commit b6d667403f
5 changed files with 3 additions and 91 deletions

View File

@@ -383,11 +383,6 @@ namespace llvm {
/// length.
virtual unsigned getInlineAsmLength(const char *Str) const;
/// PreferredEHDataFormat - This hook allows the target to select data
/// format used for encoding pointers in exception handling data.
virtual unsigned PreferredEHDataFormat() const;
/// getSLEB128Size - Compute the number of bytes required for a signed
/// leb128 value.
static unsigned getSLEB128Size(int Value);