AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabled
[oota-llvm.git] / test / ExecutionEngine / MCJIT / stubs.ll
index 9e5d5b2e4186a28f71e40f9a174b4ec62d3936b0..5b7acc71d04c370b56c1a91d3bb2de999161b7f9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -disable-lazy-compilation=false %s
+; RUN: %lli -disable-lazy-compilation=false %s
 
 define i32 @main() nounwind {
 entry:
@@ -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
 }