[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / ExecutionEngine / MCJIT / stubs.ll
index b7d922f2cb6d749bce541d0bad227fdf6622c933..a23e6bc1dea37a0e5b97294930ead73bfcd07867 100644 (file)
@@ -26,7 +26,7 @@ fail_block:
 
 define i1 @test() nounwind {
 entry:
-       %tmp = load i1 ()** @funcPtr
+       %tmp = load i1 ()*, i1 ()** @funcPtr
        %eq = icmp eq i1 ()* %tmp, @test
        ret i1 %eq
 }