blob: 62f75e123be7dd27b081cc2513f99c066c80b5ee [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -globalopt -S | grep internal | count 2
Duncan Sands0c7b6332009-03-06 10:21:56 +00002
3global i32 0
4define i32* @1() {
5 ret i32* @0
6}
7define i32* @f() {
8entry:
9 call i32* @1()
10 ret i32* %0
11}