diff options
Diffstat (limited to 'validation/mem2reg/undef00.c')
| -rw-r--r-- | validation/mem2reg/undef00.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/validation/mem2reg/undef00.c b/validation/mem2reg/undef00.c new file mode 100644 index 00000000..ba9ba915 --- /dev/null +++ b/validation/mem2reg/undef00.c @@ -0,0 +1,14 @@ +void bad0(void) +{ + int *a; + *a++; +} + +/* + * check-name: undef00 + * check-command: test-linearize -Wno-decl -fdump-ir=mem2reg $file + * check-known-to-fail + * check-output-ignore + * check-output-pattern(1): load\\. + * check-output-pattern(1): load\\..*\\[UNDEF\\] + */ |
