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
/
bpf-O0.c
blob
84e210e9540323ce2d28e4003e7b4daee34e5da0
1
// RUN: %clang -O0 %s -target bpf -g -c -o /dev/null
2
// REQUIRES: bpf-registered-target
3
4
struct
ss
{
5
int
a
;
6
};
7
int
foo
() {
return
__builtin_btf_type_id
(
0
,
0
) +
__builtin_preserve_type_info
(*(
struct
ss
*)
0
,
0
); }