tccgen: yet another nocode_wanted fix
commitec6a997f80b85e8e23bb2c47e87a58ee84518a77
authorgrischka <grischka>
Sun, 12 Feb 2017 12:13:49 +0000 (12 13:13 +0100)
committergrischka <grischka>
Sun, 12 Feb 2017 12:21:20 +0000 (12 13:21 +0100)
treee1427003bf626769d30f480c35831f6a37dcdd9f
parent417a1ed38400354815d781daa2074cbb1fe9960e
tccgen: yet another nocode_wanted fix

Some code in gen_opl was depending on a gvtst label
which in nocode_wanted mode is not set.

This was causing vstack leaks and crashes with for example

  long long ll;
  if (0)
      return ll - 10 < 0;
tccgen.c