DI: Reverse direction of subprogram -> function edge.
[oota-llvm.git] / test / Assembler / 2003-04-25-UnresolvedGlobalReference.ll
index 47820449ef8e9fb277ff16526b3280a75dc436b5..61fd911d8a173f208a159e8bb529b5a559c86fca 100644 (file)
@@ -1,7 +1,8 @@
+; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
 ; There should be absolutely no problem with this testcase.
 
-implementation
-
-int %test(int %arg1, int %arg2) {  
-       ret int cast (int (int, int)* %test to int)
+define i32 @test(i32 %arg1, i32 %arg2) {
+        ret i32 ptrtoint (i32 (i32, i32)* @test to i32)
 }
+