The stack offset is global, not per-bb.
commit81bfe7e9ee03ed476f427d04a2939d1b244f9f6b
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Dec 2004 18:35:05 +0000 (13 11:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:07 +0000 (7 21:06 -0700)
tree7392ce8f255da339b2c18ac89d1749c380e0e345
parentb54b3264cc47cc8d8cae91787e8c3c85d3eb7abe
The stack offset is global, not per-bb.

We could make the internal per-bb allocations be
local, though. That would require some more care.
example.c