glsl2: Make ir_if_return handle if () { return } else { not return }
authorEric Anholt <eric@anholt.net>
Thu, 29 Jul 2010 19:36:06 +0000 (12:36 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 29 Jul 2010 22:19:37 +0000 (15:19 -0700)
commit18964618a14996fff7ab5a5db75c85cd64865ef4
treeb5e84939bcb8b2410b14fa245a5a72b32c78ecca
parent92a3768cef122c699b0121ab168def6eaa0faa7a
glsl2: Make ir_if_return handle if () { return } else { not return }

This makes many remaining functions inlinable.

Fixes for i965:
glsl1-function with early return (1)
glsl1-function with early return (2)
src/glsl/ir_if_return.cpp