Add fcopysign instructions
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-ConstPointerRef.ll
index 4b776cd938f560b17717bf8c57a974ad942124bb..297807ee32d1b5ec048ac09a600406580f9ac7a4 100644 (file)
@@ -2,6 +2,6 @@
 
 ; 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]