OpenGrok
Cross Reference: alias.ll
xref
: /
external
/
llvm
/
test
/
Linker
/
Inputs
/
alias.ll
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
@zed = global i32 42
2
@foo = alias i32* @zed
3
@foo2 = alias bitcast (i32* @zed to i16*)
4