xref
: /
llvm-project
/
llvm
/
test
/
Linker
/
Inputs
/
alias-2.ll
(revision 9fb70f53cee45cf1cfb74070d2aaadcb8434b94b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define void @B() {
2
call void @A()
3
ret void
4
}
5
6
declare void @A()
7
8