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
/
PCH
/
debug-info-limited-struct.h
blob
ca4c096e6459c92b7d322c2d012bb2ba1284da90
1
struct
foo
{
2
int
i
;
3
};
4
5
void
func
(
void
) {
6
struct
foo
*
f
;
7
f
->
i
=
3
;
8
}