[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / ARM / vfp.ll
index 31b55e8571d042d02ea5ea0c5bc7905a97fb04fa..03c0354aa1df929b34b2f4f662ae89894d87e95d 100644 (file)
@@ -124,11 +124,11 @@ entry:
        br i1 %tmp6, label %cond_true, label %cond_false
 
 cond_true:             ; preds = %entry
-       %tmp.upgrd.2 = tail call i32 (...)* @bar( )             ; <i32> [#uses=0]
+       %tmp.upgrd.2 = tail call i32 (...) @bar( )              ; <i32> [#uses=0]
        ret void
 
 cond_false:            ; preds = %entry
-       %tmp7 = tail call i32 (...)* @baz( )            ; <i32> [#uses=0]
+       %tmp7 = tail call i32 (...) @baz( )             ; <i32> [#uses=0]
        ret void
 }
 
@@ -147,10 +147,10 @@ entry:
        br i1 %tmp.upgrd.3, label %cond_true, label %cond_false
 
 cond_true:             ; preds = %entry
-       %tmp.upgrd.4 = tail call i32 (...)* @bar( )             ; <i32> [#uses=0]
+       %tmp.upgrd.4 = tail call i32 (...) @bar( )              ; <i32> [#uses=0]
        ret void
 
 cond_false:            ; preds = %entry
-       %tmp1 = tail call i32 (...)* @baz( )            ; <i32> [#uses=0]
+       %tmp1 = tail call i32 (...) @baz( )             ; <i32> [#uses=0]
        ret void
 }