aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-07 02:28:52 +0000
committerChris Lattner <sabre@nondot.org>2007-01-07 02:28:52 +0000
commite0a9c9c7c8ca7f6cf72cef0acce9b5167415abef (patch)
tree30ded1ea464b4539dceea17997deee863eb14dee
parent8b0e3602e2b54162e892bddac90b4ab2e13ee0de (diff)
Simplify the testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32975 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll b/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
index 23942c256f..0acaee1d27 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 ) ; <i32> [#uses=1]
- %tmp1 = call i32 (i8*, ...)* %printf( i8* getelementptr ([4 x i8]* %str, i32 0, i32 0), i32 %tmp ) ; <i32> [#uses=0]
- br label %return
-
-return: ; preds = %entry
- ret void
-}
-
-declare i32 %printf(i8*, ...)