summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/crash-narrowfunctiontest.ll
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-12 13:12:11 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-12 13:12:11 +0000
commit48e8f0e50fe32b6550ffaa72dc5bc4fb1d57c832 (patch)
tree776d1f3a76f7b87f0f5b1e569ffdfa5f4e55dd74 /llvm/test/BugPoint/crash-narrowfunctiontest.ll
parent3bb1276ed2d3dac2b06e4890f28970c6889c1361 (diff)
downloadbcm5719-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/crash-narrowfunctiontest.ll')
-rw-r--r--llvm/test/BugPoint/crash-narrowfunctiontest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/crash-narrowfunctiontest.ll b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
index ef0db8d980b..3ee9f8aa0eb 100644
--- a/llvm/test/BugPoint/crash-narrowfunctiontest.ll
+++ b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
@@ -1,6 +1,6 @@
; Test that bugpoint can narrow down the testcase to the important function
;
-; RUN: bugpoint %s -bugpoint-crashcalls
+; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes > /dev/null
define i32 @foo() { ret i32 1 }
OpenPOWER on IntegriCloud