diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-01-03 23:19:38 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-03-10 22:40:18 +0100 |
| commit | 6f00b4edb2fb746b924db536519e31199eb57908 (patch) | |
| tree | eb231b603ac05d0e9264d92a03b30a79b1960257 /validation/optim | |
| parent | b9429057955ed194b072ca181d61c47c562ebcaa (diff) | |
| download | sparse-dev-6f00b4edb2fb746b924db536519e31199eb57908.tar.gz | |
simplify (x & M) cmps C
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
| -rw-r--r-- | validation/optim/cmps-and0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/cmps-and0.c b/validation/optim/cmps-and0.c index 097ec2f9..962fbd2d 100644 --- a/validation/optim/cmps-and0.c +++ b/validation/optim/cmps-and0.c @@ -15,7 +15,6 @@ int cmps_and_ge_gtm(int a) { return ((a & MASK) >= (MASK + 1)) + 1; } /* * check-name: cmps-and0 * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-returns: 1 |
