diff test/Analysis/RegionInfo/loop_with_condition.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children 803732b1fca8
line wrap: on
line diff
--- a/test/Analysis/RegionInfo/loop_with_condition.ll	Tue Jan 26 22:56:36 2016 +0900
+++ b/test/Analysis/RegionInfo/loop_with_condition.ll	Fri Nov 25 19:14:25 2016 +0900
@@ -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 @normal_condition() nounwind {
 0:
         br label %"1"