mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 01:53:13 +01:00
[svn r249] Changed inline asm clobbers to a set instead of a list so we don't get duplicate clobbers.
This commit is contained in:
@@ -53,7 +53,7 @@ IRState::IRState()
|
||||
emitMain = false;
|
||||
mainFunc = 0;
|
||||
ir.state = this;
|
||||
inASM = false;
|
||||
asmBlock = NULL;
|
||||
}
|
||||
|
||||
IrFunction* IRState::func()
|
||||
|
||||
Reference in New Issue
Block a user