summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2015-11-20 21:46:41 +0000
committerDiego Novillo <dnovillo@google.com>2015-11-20 21:46:41 +0000
commit2dc683c3b99ca354ec4fdb203a206cd6accfab24 (patch)
treea1614e12c0a313753095473146342b531e25bd0e /llvm/test/Transforms
parent5fb49e5c5f43ff57909a9dc96b353135d9e1401e (diff)
downloadbcm5719-llvm-2dc683c3b99ca354ec4fdb203a206cd6accfab24.tar.gz
bcm5719-llvm-2dc683c3b99ca354ec4fdb203a206cd6accfab24.zip
SamplePGO - Tweak RUN command for a test. NFC.
llvm-svn: 253717
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/SampleProfile/coverage-warning.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/coverage-warning.ll b/llvm/test/Transforms/SampleProfile/coverage-warning.ll
index 7407bef9e9d..7b082b8ba67 100644
--- a/llvm/test/Transforms/SampleProfile/coverage-warning.ll
+++ b/llvm/test/Transforms/SampleProfile/coverage-warning.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/coverage-warning.prof -sample-profile-check-coverage=90 2>& 1 | FileCheck %s
+; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/coverage-warning.prof -sample-profile-check-coverage=90 -o /dev/null 2>&1 | FileCheck %s
define i32 @foo(i32 %i) !dbg !4 {
; The profile has samples for line locations that are no longer present.
; Coverage does not reach 90%, so we should get this warning:
OpenPOWER on IntegriCloud