repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move OP_MUL simplification in a separate function
[smatch.git]
/
validation
/
kill-phi-node.c
blob
88de9f9623fda0277eb7bdb70ea4695f23fa70dc
1
void
foo
(
int
a
,
int
*
b
,
unsigned int
g
);
2
void
foo
(
int
a
,
int
*
b
,
unsigned int
g
)
3
{
4
int
d
=
0
;
5
6
if
((!
a
|| *
b
) &&
g
)
7
d
=
16
;
8
else
9
d
=
8
;
10
}
11
12
/*
13
* check-name: kill-phi-node
14
* check-command: test-linearize $file
15
*
16
* check-output-ignore
17
* check-output-excludes: phisrc\\.
18
*/