forked from OSchip/llvm-project
Add missing CHECK: line to test case added in 29097
Without this CHECK line, we may not detect incorrectly detected additional regions at the end of the region tree. llvm-svn: 290994
This commit is contained in:
parent
8684b0352a
commit
9d88b858c8
|
@ -39,4 +39,5 @@ bb8: ; preds = %bb7, %bb
|
|||
; CHECK: [0] bb => <Function Return>
|
||||
; CHECK-NEXT: [1] bb => bb8
|
||||
; CHECK-NEXT: [2] bb1 => bb7
|
||||
; CHECK-NEXT: End region tree
|
||||
|
||||
|
|
Loading…
Reference in New Issue