comparison gen/irstate.cpp @ 233:76ee1bbe487e trunk

[svn r249] Changed inline asm clobbers to a set instead of a list so we don't get duplicate clobbers.
author lindquist
date Sun, 08 Jun 2008 06:45:54 +0200
parents 092468448d25
children e3355ce5444b
comparison
equal deleted inserted replaced
232:092468448d25 233:76ee1bbe487e
51 dmodule = 0; 51 dmodule = 0;
52 module = 0; 52 module = 0;
53 emitMain = false; 53 emitMain = false;
54 mainFunc = 0; 54 mainFunc = 0;
55 ir.state = this; 55 ir.state = this;
56 inASM = false; 56 asmBlock = NULL;
57 } 57 }
58 58
59 IrFunction* IRState::func() 59 IrFunction* IRState::func()
60 { 60 {
61 assert(!functions.empty() && "Function stack is empty!"); 61 assert(!functions.empty() && "Function stack is empty!");