diff options
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/mix_1.ll')
-rw-r--r-- | llvm/test/Analysis/RegionInfo/mix_1.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Analysis/RegionInfo/mix_1.ll b/llvm/test/Analysis/RegionInfo/mix_1.ll index 55001c7f435..3ae22af9e3d 100644 --- a/llvm/test/Analysis/RegionInfo/mix_1.ll +++ b/llvm/test/Analysis/RegionInfo/mix_1.ll @@ -5,6 +5,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 @a_linear_impl_fig_1() nounwind { 0: |