From e0a9c9c7c8ca7f6cf72cef0acce9b5167415abef Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Jan 2007 02:28:52 +0000 Subject: [PATCH] Simplify the testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32975 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../IndVarsSimplify/2007-01-06-TripCount.ll | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll b/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll index 23942c256f0..0acaee1d27e 100644 --- a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll +++ b/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll @@ -40,14 +40,3 @@ return: ; preds = %bb6 ret i32 %i.0 } -define void %main() { -entry: - %tmp = call i32 %test( i32 0 ) ; [#uses=1] - %tmp1 = call i32 (i8*, ...)* %printf( i8* getelementptr ([4 x i8]* %str, i32 0, i32 0), i32 %tmp ) ; [#uses=0] - br label %return - -return: ; preds = %entry - ret void -} - -declare i32 %printf(i8*, ...)