diff options
| -rw-r--r-- | validation/optim/trivial-phis.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/validation/optim/trivial-phis.c b/validation/optim/trivial-phis.c new file mode 100644 index 00000000..754affb7 --- /dev/null +++ b/validation/optim/trivial-phis.c @@ -0,0 +1,15 @@ +void foo(int a) +{ + while (1) + a ^= 0; +} + +/* + * check-name: trivial phis + * check-command: test-linearize -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-excludes: phi\\. + * check-output-excludes: phisrc\\. + */ |
