1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll

8 lines
188 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=c
2004-11-06 22:40:51 +01:00
; Test const pointer refs & forward references
@t3 = global i32* @t1 ; <i32**> [#uses=0]
@t1 = global i32 4 ; <i32*> [#uses=1]