summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/RegionInfo/paper.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/paper.ll')
-rw-r--r--llvm/test/Analysis/RegionInfo/paper.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/RegionInfo/paper.ll b/llvm/test/Analysis/RegionInfo/paper.ll
index 3e592f4f9e9..e5c3da7d3f1 100644
--- a/llvm/test/Analysis/RegionInfo/paper.ll
+++ b/llvm/test/Analysis/RegionInfo/paper.ll
@@ -1,6 +1,6 @@
; REQUIRES: asserts
; RUN: opt -regions -analyze < %s | FileCheck %s
-; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
+; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
OpenPOWER on IntegriCloud