[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / ExecutionEngine / MCJIT / stubs-sm-pic.ll
index 9e214f5d475301ee45c67a5e0c5b68c33d6512e1..46545ce534237388d48cbb6f490302aa69061e40 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: %lli_mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips, i686, i386, aarch64, arm
+; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
+; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
 
 define i32 @main() nounwind {
 entry:
@@ -20,14 +20,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
 }