Fix bogus check for VT_LLOCAL types
commit8b9697ca6b756af47eac153961abec70fd9dad6e
authorMichael Matz <matz@suse.de>
Sun, 19 Feb 2017 03:25:46 +0000 (19 04:25 +0100)
committerMichael Matz <matz@suse.de>
Tue, 2 May 2017 01:07:36 +0000 (2 03:07 +0200)
treed2c6f2247d2fa64ae22d1586194c96ce3155f775
parent24420bb5c091736d557b5941a32bd881f407731d
Fix bogus check for VT_LLOCAL types

VT_LLOCAL is a flag on .r, not on type.t.  Fixing this requires
minor surgery for compound literals which accidentally happened
to be subsumed by the bogus test.
tccgen.c