summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/RegionInfo/nested_loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/nested_loops.ll')
-rw-r--r--llvm/test/Analysis/RegionInfo/nested_loops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/RegionInfo/nested_loops.ll b/llvm/test/Analysis/RegionInfo/nested_loops.ll
index 6db32376fd7..5d47d792cd9 100644
--- a/llvm/test/Analysis/RegionInfo/nested_loops.ll
+++ b/llvm/test/Analysis/RegionInfo/nested_loops.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