cleanup, squash
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 1 Oct 2012 20:02:20 +0000 (22:02 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 1 Oct 2012 20:02:20 +0000 (22:02 +0200)
qv4isel_masm.cpp

index 953b8fa..80cd083 100644 (file)
@@ -81,7 +81,6 @@ String *InstructionSelection::identifier(const QString &s)
 
 JSC::MacroAssembler::Address InstructionSelection::loadTempAddress(RegisterID reg, IR::Temp *t)
 {
-    fprintf(stderr, "loadtempAddress %d -- locals %d\n", t->index, _function->locals.size());
     int32_t offset = 0;
     if (t->index < 0) {
         const int arg = -t->index - 1;