- fixed some memory leaks by maturing the generated loops (putting flexible arrays...
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Jan 2008 09:50:16 +0000 (09:50 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Jan 2008 09:50:16 +0000 (09:50 +0000)
commit097df59b4c98c50ad57e39c77b46638adfc55bb4
tree2b64fb11c0af246bf320731207ea4458e8b7a63e
parente7029027d04ede583d186f3f9dafedb8a885b249
- fixed some memory leaks by maturing the generated loops (putting flexible arrays onto obstack)
- allocating helper data on an additional obstack that can be easily freed
- fixed indentation
- moved ir_lopp generic functions to irloop.c

[r17367]
ir/ana/irloop.c [new file with mode: 0644]
ir/ana/irscc.c