mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-02 04:20:05 +02:00
Cleanup: Remove unused code in backend, silence some warnings.
This removed quite some clutter that has presumably piled up because LDC is seldom built with a lot of warnings enabled due to DMDFE.
This commit is contained in:
@@ -91,8 +91,8 @@ struct IRAsmBlock
|
||||
LLValue* (*retfixup)(IRBuilderHelper b, LLValue* orig); // Modifies retval
|
||||
|
||||
IRAsmBlock(AsmBlockStatement* b)
|
||||
: asmBlock(b), retty(NULL), retn(0), retemu(false), retfixup(NULL),
|
||||
outputcount(0)
|
||||
: outputcount(0), asmBlock(b), retty(NULL), retn(0), retemu(false),
|
||||
retfixup(NULL)
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user