summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-03-20 07:56:31 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-03-20 07:56:31 +0000
commitfaf880fd5deb22c3feb146d0348a74e145f20419 (patch)
tree79e0370e10bb476b9665115dec695cfddf4d1f56 /test/BugPoint
parent8fc2d0ee8dd4e077ee90a1fcc36fd0101c2947a2 (diff)
downloadllvm-faf880fd5deb22c3feb146d0348a74e145f20419.tar.gz
llvm-faf880fd5deb22c3feb146d0348a74e145f20419.tar.bz2
llvm-faf880fd5deb22c3feb146d0348a74e145f20419.tar.xz
Revert r67334 and r37349 which break "make check" on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll2
-rw-r--r--test/BugPoint/remove_arguments_test.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index 11cc2ae799..e59b4ed7d9 100644
--- a/test/BugPoint/misopt-basictest.ll
+++ b/test/BugPoint/misopt-basictest.ll
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
+; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes
@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
diff --git a/test/BugPoint/remove_arguments_test.ll b/test/BugPoint/remove_arguments_test.ll
index e5655974f7..72bd8f882a 100644
--- a/test/BugPoint/remove_arguments_test.ll
+++ b/test/BugPoint/remove_arguments_test.ll
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes
+; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes
; Test to make sure that arguments are removed from the function if they are
; unnecessary.