diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-12 13:12:11 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-12 13:12:11 +0000 |
commit | 48e8f0e50fe32b6550ffaa72dc5bc4fb1d57c832 (patch) | |
tree | 776d1f3a76f7b87f0f5b1e569ffdfa5f4e55dd74 /llvm/test/BugPoint/remove_arguments_test.ll | |
parent | 3bb1276ed2d3dac2b06e4890f28970c6889c1361 (diff) | |
download | bcm5719-llvm-48e8f0e50fe32b6550ffaa72dc5bc4fb1d57c832.tar.gz bcm5719-llvm-48e8f0e50fe32b6550ffaa72dc5bc4fb1d57c832.zip |
Pass -silence-passes to bugpoint in testcases, this makes two out of three bugpoint testcases work again.
llvm-svn: 52236
Diffstat (limited to 'llvm/test/BugPoint/remove_arguments_test.ll')
-rw-r--r-- | llvm/test/BugPoint/remove_arguments_test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index 4d2c60dc35c..72bd8f882a0 100644 --- a/llvm/test/BugPoint/remove_arguments_test.ll +++ b/llvm/test/BugPoint/remove_arguments_test.ll @@ -1,4 +1,4 @@ -; RUN: bugpoint %s -bugpoint-crashcalls +; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes ; Test to make sure that arguments are removed from the function if they are ; unnecessary. |