diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-16 04:25:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-16 04:25:39 +0000 |
commit | 5db5bf425ddf5dd0668bb2f78dd9b44ed2d4b0d7 (patch) | |
tree | d1f8f6d7b9029ead3e72f10894441fcb713a8179 /test/BugPoint | |
parent | 9e4ff94ff7efdfc34737ceab3834f6c8e8f76c3f (diff) |
this is unneeded now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/misopt-basictest.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index 249bb58f57..e59b4ed7d9 100644 --- a/test/BugPoint/misopt-basictest.ll +++ b/test/BugPoint/misopt-basictest.ll @@ -1,8 +1,5 @@ ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes -target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" -target triple = "i386-pc-linux-gnu" - @.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1] declare i32 @printf(i8*, ...) |