X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FTransforms%2FLoopStrengthReduce%2FX86%2F2008-08-14-ShadowIV.ll;h=f862c263586915463f6c9d5593df29bf65c8357f;hp=ba03597c525c6d01339cb465a0f1c83b17f21246;hb=32b845d223393d9f5e7317b9e754a52b79543de2;hpb=4906c5787661f305dd2d1a552b36fe0baa086bb9 diff --git a/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll b/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll index ba03597c525..f862c263586 100644 --- a/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll +++ b/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll @@ -54,7 +54,7 @@ return: ; preds = %bb, %entry ; Unable to eliminate cast due to potentional overflow. define void @foobar3() nounwind { entry: - tail call i32 (...)* @nn( ) nounwind ; :0 [#uses=1] + tail call i32 (...) @nn( ) nounwind ; :0 [#uses=1] icmp eq i32 %0, 0 ; :1 [#uses=1] br i1 %1, label %return, label %bb @@ -64,7 +64,7 @@ bb: ; preds = %bb, %entry uitofp i32 %i.03 to double ; :2 [#uses=1] tail call void @foo( double %2 ) nounwind add i32 %i.03, 1 ; :3 [#uses=2] - tail call i32 (...)* @nn( ) nounwind ; :4 [#uses=1] + tail call i32 (...) @nn( ) nounwind ; :4 [#uses=1] icmp ugt i32 %4, %3 ; :5 [#uses=1] br i1 %5, label %bb, label %return