Testcase for bug in register allocator: esp gets assigned to a node. This was not...
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Jul 2007 20:27:08 +0000 (20:27 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Jul 2007 20:27:08 +0000 (20:27 +0000)
commitcc625c5253000daac0b7a7934cf837d58298d1c9
tree54b94437c54357327ec1cf09bd1873f4f337b46e
parente7ba741cdd9599ce05d7989bff60a1c6137ee0b5
Testcase for bug in register allocator: esp gets assigned to a node. This was not the intended effect of this testcase (triggering the assertion that the worklist ran out in heur1 was), but is probably related.

[r14982]
ir/be/test/fehler39.c [new file with mode: 0644]