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

@g = external global i32

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

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