Add fcopysign instructions
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-ConstPointerRef.ll
index 8654baa6af58002814e0fee427b826856aa86171..297807ee32d1b5ec048ac09a600406580f9ac7a4 100644 (file)
@@ -1,5 +1,7 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Test const pointer refs & forward references
 
-%t3 = global int * %t1           ;; Forward reference
-%t1 = global int 4
+@t3 = global i32* @t1           ; <i32**> [#uses=0]
+@t1 = global i32 4              ; <i32*> [#uses=1]