Pass -silence-passes to bugpoint in testcases, this makes two out of three bugpoint...
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:12:11 +0000 (13:12 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:12:11 +0000 (13:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52236 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/misopt-basictest.ll
test/BugPoint/remove_arguments_test.ll

index ef0db8d980b61967f99553df6fe0c348b23339f6..3ee9f8aa0ebb1d37cdf4076737e50b09de27dc25 100644 (file)
@@ -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 }
 
index 6136e3e194f75b40645f92ef80de089cb01599fd..e59b4ed7d90807d8561fa5d9a6e6e6d04b19e018 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
+; 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]
 
index 4d2c60dc35c5551763a0f7eb65cd71b2dd11e422..72bd8f882a0bfbe2e6cb0a9bc5f68e88e5c99fa8 100644 (file)
@@ -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.