commit | 6b25238ad746f21e421088f28bf97619aa7f1782 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Fri Mar 20 07:56:31 2009 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Fri Mar 20 07:56:31 2009 +0000 |
tree | 79e0370e10bb476b9665115dec695cfddf4d1f56 | |
parent | 1af9ebc6907e9c7fe66263bc7e4ff0a7609270fa [diff] [blame] |
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
diff --git a/test/BugPoint/remove_arguments_test.ll b/test/BugPoint/remove_arguments_test.ll index e565597..72bd8f8 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.