]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
optimization passes can change stuff on globals, moving them into ir_function_optimiz...
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 17 Apr 2013 15:49:09 +0000 (17:49 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 17 Apr 2013 15:49:09 +0000 (17:49 +0200)
commite3568b88b7b07366be3d1c13eef0e56683afb5bc
tree33ee0c6a86f4177e23cffd82f56aa8cf5f9273ac
parente96eb8f62c5310ad53e6b8881e80527d65dc5f30
optimization passes can change stuff on globals, moving them into ir_function_optimize, outside ir_function_finalize threads; 'nil' is now of storetype store_global to avoid having it lifetime-analysed needlessly
ir.c
ir.h
parser.c