diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-16 18:10:08 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-16 21:20:40 +0200 |
| commit | 58480f8a688b2e5152e3b3dc4a92bc3232811e0b (patch) | |
| tree | 676525770966fc0c1285b6bda59b21bf464f90cc /validation/optim | |
| parent | ca6fe3cd626d81cf1c4b96ecc5294598d59aaa75 (diff) | |
| download | sparse-dev-58480f8a688b2e5152e3b3dc4a92bc3232811e0b.tar.gz | |
rename testcase for ((x << S) >> S) simplification
The testcase was named with the wrong operation order
(inner op first instead of outer-first).
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
| -rw-r--r-- | validation/optim/lsr-shl0.c (renamed from validation/optim/shl-lsr.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/optim/shl-lsr.c b/validation/optim/lsr-shl0.c index 4f4b7e66..952baa6b 100644 --- a/validation/optim/shl-lsr.c +++ b/validation/optim/lsr-shl0.c @@ -4,7 +4,7 @@ unsigned mask(unsigned x) } /* - * check-name: shl-lsr + * check-name: lsr-shl0 * check-command: test-linearize -Wno-decl $file * * check-output-ignore |
