From: Mikko Rasa Date: Sun, 7 Nov 2021 17:17:09 +0000 (+0200) Subject: Mark the start of a SPIR-V function as reachable X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=inline;h=7ab4261d281c7885bbdfb0a782ed231b2cd08293;hp=7ab4261d281c7885bbdfb0a782ed231b2cd08293;p=libs%2Fgl.git Mark the start of a SPIR-V function as reachable This fixes erroneously generated OpUnreachable instructions which appeared at the end of some functions. ---