db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / kill-load.c
blob563e724c4c8fa6ff206c7770ac86222e59cec1cf
1 int keep(volatile int *p) { return *p && 0; }
2 int kill(int *p, int i) { return *p && 0; }
3 void ind(volatile int *p,int i) { int v = i++; if (i && 0) p[v]; }
6 /*
7 * check-name: kill-load
8 * check-command: test-linearize -Wno-decl $file
9 * check-description:
10 * Check that loads are optimized away but only
11 * when needed:
12 * - non-volatile
13 * - bb unreachable.
15 * check-output-ignore
16 * check-output-pattern(1): load\\.