mesa: fix bug/failure in recursive function inlining
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Jul 2008 23:37:13 +0000 (17:37 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Jul 2008 23:37:13 +0000 (17:37 -0600)
commita7dd701421082dbe6637f6b80a0707f14f69e007
treec33b1962419f36664ceff25f9ca684d0a7ac4cb9
parent6045f171381744fd8e703d978c3d188e30da4b94
mesa: fix bug/failure in recursive function inlining

Fixes a failure for cases such as y = f(a, f(a, b))
All the usual tests still pass but regressions are possible...
src/mesa/shader/slang/slang_codegen.c