2009-09-12 02:01:28 +08:00
|
|
|
; RUN: opt < %s -globalopt
|
2009-02-15 17:56:08 +08:00
|
|
|
|
2014-03-13 04:15:49 +08:00
|
|
|
@g = global i32 0
|
2009-02-15 17:56:08 +08:00
|
|
|
|
2014-05-17 03:35:39 +08:00
|
|
|
@a = alias i8, i32* @g
|
2009-02-15 17:56:08 +08:00
|
|
|
|
|
|
|
define void @f() {
|
|
|
|
%tmp = load i8* @a
|
|
|
|
ret void
|
|
|
|
}
|