unwind: ignore component_match_add_release() paths
[smatch.git] / validation / mem2reg / loop00.c
blobde33d9f64330a9fa60160529fd48d669dbc966eb
1 int loop00(int n)
3 int i, r = 0;
5 for (i = 1; i <= n; ++i)
6 r += i;
7 return r;
11 * check-name: loop00
12 * check-command: test-linearize -Wno-decl -fdump-ir=mem2reg $file
13 * check-output-ignore
14 * check-output-excludes: store\\.
15 * check-output-excludes: load\\.