mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 07:52:55 +01:00
6b3162eb16
llvm-svn: 11486
6 lines
122 B
LLVM
6 lines
122 B
LLVM
; Test const pointer refs & forward references
|
|
|
|
%t3 = global int * %t1 ;; Forward reference
|
|
%t1 = global int 4
|
|
|