xref
: /
external
/
llvm
/
test
/
Linker
/
Inputs
/
alias.ll
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@zed = global i32 42
2
@foo = alias i32, i32* @zed
3
@foo2 = alias i16, bitcast (i32* @zed to i16*)
4