[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / GVN / invariant-load.ll
index f126458d71ae58497fca4aef2e6a7036ff8e195d..982da8cfe486a6ea0846aad14df3189284b57107 100644 (file)
@@ -108,7 +108,7 @@ define i32 @test7(i1 %cnd, i32* %p) {
 ; CHECK-NEXT: ret i32 0
 entry:
   %v1 = load i32, i32* %p, !invariant.load !0
-  call i32* (...)* @bar(i32* %p)
+  call i32* (...) @bar(i32* %p)
   %v2 = load i32, i32* %p, !invariant.load !0
   %res = sub i32 %v1, %v2
   ret i32 %res