blob: a1b69efe1a76f1e5cf8778644871a59b6f6a4ea7 [file] [log] [blame]
; RUN: opt < %s -globalopt
@g = external global i32
@a = alias bitcast (i32* @g to i8*)
define void @f() {
%tmp = load i8* @a
ret void
}