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
/
debug-info-line3.c
blob
042571e790b2f5528954c9a612cc3f9d4b6c1455
1
// RUN: %clang_cc1 -debug-info-kind=limited -S -emit-llvm %s -o - | FileCheck %s
2
3
void
func
(
char
c
,
char
*
d
)
4
{
5
*
d
=
c
+
1
;
6
return
;
7
8
9
10
11
12
13
}
14
15
// CHECK: ret void, !dbg [[LINE:.*]]
16
// CHECK: [[LINE]] = !DILocation(line: 6,