mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
PreferredEHDataFormat is always call with data and global, but this whole
thing is #if0'd out anyway. Just simplify the code by reducing the interface. Not deleting this is essential for Bill's continuing happiness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -557,7 +557,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
#if 0
|
||||
// FIXME: This should default to what the system wants, not just "absptr".
|
||||
if (!TypeInfos.empty() || !FilterIds.empty()) {
|
||||
Asm->EmitInt8(TAI->PreferredEHDataFormat(DwarfEncoding::Data, true));
|
||||
Asm->EmitInt8(TAI->PreferredEHDataFormat());
|
||||
// FIXME: The comment here should correspond with what PreferredEHDataFormat
|
||||
// returned.
|
||||
Asm->EOL("TType format (DW_EH_PE_xxxxx)");
|
||||
|
Reference in New Issue
Block a user