X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Ftailcall-returndup-void.ll;h=62c40164d7988797fd3b1da96dd503b306138199;hb=8e03ab46f272b691787fcbd85c58717fb34b2aa1;hp=2c39cb4468dfdbdd891cec269dd612780fc166f0;hpb=03c735b42cd4857213e4c1e2caeae9c460e8d0d4;p=oota-llvm.git diff --git a/test/CodeGen/X86/tailcall-returndup-void.ll b/test/CodeGen/X86/tailcall-returndup-void.ll index 2c39cb4468d..62c40164d79 100644 --- a/test/CodeGen/X86/tailcall-returndup-void.ll +++ b/test/CodeGen/X86/tailcall-returndup-void.ll @@ -7,7 +7,7 @@ declare ghccc void @sEH_info(i64* noalias nocapture, i64* noalias nocapture, i64 define ghccc void @rBM_info(i64* noalias nocapture %Base_Arg, i64* noalias nocapture %Sp_Arg, i64* noalias nocapture %Hp_Arg, i64 %R1_Arg, i64 %R2_Arg, i64 %R3_Arg) nounwind align 8 { c263: - %ln265 = getelementptr inbounds i64* %Sp_Arg, i64 -2 + %ln265 = getelementptr inbounds i64, i64* %Sp_Arg, i64 -2 %ln266 = ptrtoint i64* %ln265 to i64 %ln268 = icmp ult i64 %ln266, %R3_Arg br i1 %ln268, label %c26a, label %n26p @@ -16,7 +16,7 @@ n26p: ; preds = %c263 br i1 icmp ne (i64 and (i64 ptrtoint ([0 x i64]* @sES_closure to i64), i64 7), i64 0), label %c1ZP.i, label %n1ZQ.i n1ZQ.i: ; preds = %n26p - %ln1ZT.i = load i64* getelementptr inbounds ([0 x i64]* @sES_closure, i64 0, i64 0), align 8 + %ln1ZT.i = load i64, i64* getelementptr inbounds ([0 x i64], [0 x i64]* @sES_closure, i64 0, i64 0), align 8 %ln1ZU.i = inttoptr i64 %ln1ZT.i to void (i64*, i64*, i64*, i64, i64, i64)* tail call ghccc void %ln1ZU.i(i64* %Base_Arg, i64* %Sp_Arg, i64* %Hp_Arg, i64 ptrtoint ([0 x i64]* @sES_closure to i64), i64 ptrtoint ([0 x i64]* @sES_closure to i64), i64 %R3_Arg) nounwind br label %rBL_info.exit @@ -29,8 +29,8 @@ rBL_info.exit: ; preds = %c1ZP.i, %n1ZQ.i ret void c26a: ; preds = %c263 - %ln27h = getelementptr inbounds i64* %Base_Arg, i64 -2 - %ln27j = load i64* %ln27h, align 8 + %ln27h = getelementptr inbounds i64, i64* %Base_Arg, i64 -2 + %ln27j = load i64, i64* %ln27h, align 8 %ln27k = inttoptr i64 %ln27j to void (i64*, i64*, i64*, i64, i64, i64)* tail call ghccc void %ln27k(i64* %Base_Arg, i64* %Sp_Arg, i64* %Hp_Arg, i64 %R1_Arg, i64 %R2_Arg, i64 %R3_Arg) nounwind ret void