Do not generate an OFS_RETURN variable, the IR doesn't need to know it as such

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-21 16:08:23 +02:00
parent 3cd1d19a7e
commit 9eb9c99e72

5
ir.c
View file

@ -172,11 +172,6 @@ ir_builder* ir_builder_new(const char *modulename)
return NULL;
}
/* globals which always exist */
/* for now we give it a vector size */
ir_builder_create_global(self, "OFS_RETURN", TYPE_VARIANT);
return self;
}