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
/
CodeGen
/
Inputs
/
debug-info-file-checksum-line.cpp
blob
2e98a1140900b389186ef01e545c8d7f07b0ba08
1
int
foo
(
int
x
) {
2
return
x
+
1
;
3
}
4
5
#line 100
6
void
test1
(
void
) {}
7
8
#line 200
9
void
test2
(
void
) {}