summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
blob: a1b69efe1a76f1e5cf8778644871a59b6f6a4ea7 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: opt < %s -globalopt

@g = external global i32

@a = alias bitcast (i32* @g to i8*)

define void @f() {
	%tmp = load i8* @a
	ret void
}
OpenPOWER on IntegriCloud