mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user