summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/two_loops_same_header.ll')
-rw-r--r--llvm/test/Analysis/RegionInfo/two_loops_same_header.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
index 25713420a3b..2d5fa080c3b 100644
--- a/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
+++ b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
@@ -4,6 +4,8 @@
; 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
+; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s
+
define internal fastcc zeroext i8 @handle_compress() nounwind {
entry:
br label %outer
OpenPOWER on IntegriCloud