Extend the IL for selecting TLS models (PR9788)
[oota-llvm.git] / test / Assembler / 2003-04-25-UnresolvedGlobalReference.ll
index 89132f6f2f708a5d24a6583c029287efbe05e059..f1a5ed7b56b2ab1583785b5b18f9ce6cf148fd05 100644 (file)
@@ -1,9 +1,7 @@
-; RUN: llvm-as < %s -o /dev/null -f
-
+; RUN: llvm-as %s -o /dev/null
 ; 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)
 }
+