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
[Clang][CodeGen]`vtable`, `typeinfo` et al. are globals
[llvm-project.git]
/
llvm
/
test
/
Linker
/
func-attrs-b.ll
blob
7ea12db48837cda997e6f5bc636090bd74dbe1c8
1
; This file is used with func-attrs-a.ll
2
; RUN: true
3
4
%struct.S0 = type <{ i8, i8, i8, i8 }>
5
6
define void @check0(ptr sret(%struct.S0) %agg.result, ptr byval(%struct.S0) %arg0, ptr %arg1, ptr byval(%struct.S0) %arg2) {
7
ret void
8
}