db/insert_manual_states.pl: remove debug output
[smatch.git] / validation / optim / shl-and0.c
blob894bd882340e8e870431d79005b7d6a4d2ce485e
1 unsigned shl_and0(unsigned x)
3 unsigned t = (x & 0xfff00000);
4 return (t << 12) & t;
7 /*
8 * check-name: shl-and0
9 * check-command: test-linearize -Wno-decl $file
11 * check-output-ignore
12 * check-output-contains: ret\\..*\\$0$