diff options
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/condition_forward_edge.ll')
-rw-r--r-- | llvm/test/Analysis/RegionInfo/condition_forward_edge.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll b/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll index 88c45c2e6ef..9c1ac752bc6 100644 --- a/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll +++ b/llvm/test/Analysis/RegionInfo/condition_forward_edge.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 void @normal_condition() nounwind { 0: br label %"1" |