[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:
Tomas Lindquist Olsen
2008-06-08 06:45:54 +02:00
parent fd8cec14e1
commit 68d7827d35
4 changed files with 43 additions and 29 deletions

View File

@@ -53,7 +53,7 @@ IRState::IRState()
emitMain = false;
mainFunc = 0;
ir.state = this;
inASM = false;
asmBlock = NULL;
}
IrFunction* IRState::func()