aboutsummaryrefslogtreecommitdiff
path: root/x86_64-gen.c
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>2009-04-13 04:02:52 +0900
committergrischka <grischka>2009-04-18 15:08:01 +0200
commit0e239e2ba5b38f99fd0b849f03fc82db7c2d56b7 (patch)
tree3c4b6cb75f0b65e9d56ab19929e1828534e02e6c /x86_64-gen.c
parentfcf2e5981fe5e37e3aee633b414486311e54bc8e (diff)
downloadtinycc-0e239e2ba5b38f99fd0b849f03fc82db7c2d56b7.tar.gz
tinycc-0e239e2ba5b38f99fd0b849f03fc82db7c2d56b7.tar.bz2
Improve the test coverage: !val for float/double/long long f.
Diffstat (limited to 'x86_64-gen.c')
-rw-r--r--x86_64-gen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/x86_64-gen.c b/x86_64-gen.c
index 1d0d8db..1227f41 100644
--- a/x86_64-gen.c
+++ b/x86_64-gen.c
@@ -888,7 +888,6 @@ int gtst(int inv, int t)
gsym(vtop->c.i);
}
} else {
- /* XXX: not tested */
if (is_float(vtop->type.t) ||
(vtop->type.t & VT_BTYPE) == VT_LLONG) {
vpushi(0);