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 | f5c1170702b52940b8895d2ee62b212bc3705cb1 (patch) | |
tree | 61dc53e43043aefa49d825cbf56a3243a50414a9 /llvm/test/BugPoint/misopt-basictest.ll | |
parent | 91f4a0ff589541d346293ec222102574da16bcb2 (diff) | |
download | bcm5719-llvm-f5c1170702b52940b8895d2ee62b212bc3705cb1.tar.gz bcm5719-llvm-f5c1170702b52940b8895d2ee62b212bc3705cb1.zip |
this is unneeded now.
llvm-svn: 52298
Diffstat (limited to 'llvm/test/BugPoint/misopt-basictest.ll')
-rw-r--r-- | llvm/test/BugPoint/misopt-basictest.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll index 249bb58f572..e59b4ed7d90 100644 --- a/llvm/test/BugPoint/misopt-basictest.ll +++ b/llvm/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*, ...) |