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