Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-project
/
60a25202a7dd1e00067fcfce512086ebf3788537
/
.
/
llvm
/
test
/
Transforms
/
GlobalOpt
/
2009-02-15-BitcastAlias.ll
blob: e6337adefa132e6aef7dc935fa6115da72f2b657 [
file
] [
log
] [
blame
]
; RUN: opt < %s -globalopt
@g
=
global
i32
0
@a
=
alias
i8
,
bitcast
(
i32
*
@g
to
i8
*)
define
void
@f
()
{
%tmp
=
load
i8
,
i8
*
@a
ret
void
}