repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
Inputs
/
t2.c
blob
76d5d6ceeb41fdc847766f3fb4f7694b3abadb3d
1
#include
"foo.h"
2
3
int
global_var
=
10
;
4
5
void
bar_func
(
void
) {
6
global_var
+=
100
;
7
foo_func
(
global_var
);
8
9
struct
MyStruct
*
ms
;
10
ms
->
field_var
=
10
;
11
}