From 0e239e2ba5b38f99fd0b849f03fc82db7c2d56b7 Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Mon, 13 Apr 2009 04:02:52 +0900 Subject: Improve the test coverage: !val for float/double/long long f. --- x86_64-gen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'x86_64-gen.c') 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); -- cgit v1.3.1