diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-09-30 00:36:27 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-10-24 22:58:26 +0200 |
| commit | 4fceb3aa691dc4e6ba5480aa693cc2231788f2b4 (patch) | |
| tree | 0234c50b3b69bb2dc7b5bbfbd088fcc2afb3ee52 /validation | |
| parent | f96c229c9ae80b40249f3ff46baa035210bbec53 (diff) | |
| download | sparse-dev-4fceb3aa691dc4e6ba5480aa693cc2231788f2b4.tar.gz | |
unop: simplify ~(x ^ C) --> x ^ ~C
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/optim/simplify-not-xor-cte.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/simplify-not-xor-cte.c b/validation/optim/simplify-not-xor-cte.c index d3046f20..c3c803b3 100644 --- a/validation/optim/simplify-not-xor-cte.c +++ b/validation/optim/simplify-not-xor-cte.c @@ -5,7 +5,6 @@ int foo(int x) { return ~(x ^ C) == (x ^ ~C); } /* * check-name: simplify-not-xor-cte * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-contains: ret\\..*\\$1 |
