summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
blob: 62f75e123be7dd27b081cc2513f99c066c80b5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: opt < %s -globalopt -S | grep internal | count 2

global i32 0
define i32* @1() {
	ret i32* @0
}
define i32* @f() {
entry:
	call i32* @1()
	ret i32* %0
}