mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 16:02:52 +01:00
c95df8b6d8
llvm-svn: 81257
12 lines
159 B
LLVM
12 lines
159 B
LLVM
; 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
|
|
}
|