x86-64: Fix long long bug
commit68a7af632c334c1bb589d2b8f4257874377e30f6
authorMichael Matz <matz@suse.de>
Sun, 16 Oct 2016 22:57:16 +0000 (17 00:57 +0200)
committerMichael Matz <matz@suse.de>
Sun, 16 Oct 2016 22:57:16 +0000 (17 00:57 +0200)
treeb55f48296442b50acec3e7938d039b5ca2c8af0f
parentd9b7f018ce08bdd6b0e35608dbe75ba933622d92
x86-64: Fix long long bug

With the last improvements to lexpand it's now harmful
to use on native 64bit platforms when not necessary.  For gv_dup
it's not necessary there.  It can still be used with really
transforming a 64bit value into two 32bit ones.
tccgen.c