AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabled
[oota-llvm.git] / test / ExecutionEngine / MCJIT / stubs.ll
index b7d922f2cb6d749bce541d0bad227fdf6622c933..5b7acc71d04c370b56c1a91d3bb2de999161b7f9 100644 (file)
@@ -19,14 +19,14 @@ entry:
 pass_block:
        ret void
 fail_block:
-       call i32 @puts(i8* getelementptr([46 x i8]* @lcaic_failure, i32 0, i32 0))
+       call i32 @puts(i8* getelementptr([46 x i8], [46 x i8]* @lcaic_failure, i32 0, i32 0))
        call void @exit(i32 1)
        unreachable
 }
 
 define i1 @test() nounwind {
 entry:
-       %tmp = load i1 ()** @funcPtr
+       %tmp = load i1 ()*, i1 ()** @funcPtr
        %eq = icmp eq i1 ()* %tmp, @test
        ret i1 %eq
 }