summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-01-04 19:35:38 +0000
committerTobias Grosser <tobias@grosser.es>2017-01-04 19:35:38 +0000
commit9d88b858c89e540e94d50bdb25489186f7f2d1be (patch)
tree4056256a49af93d52a97486431f237b2ead729f0
parent8684b0352adc3e86eb7930a36e6d052e5e81f2e9 (diff)
downloadbcm5719-llvm-9d88b858c89e540e94d50bdb25489186f7f2d1be.tar.gz
bcm5719-llvm-9d88b858c89e540e94d50bdb25489186f7f2d1be.zip
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
-rw-r--r--llvm/test/Analysis/RegionInfo/bad_node_traversal.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/RegionInfo/bad_node_traversal.ll b/llvm/test/Analysis/RegionInfo/bad_node_traversal.ll
index e35c29b8ca1..00dd1207af9 100644
--- a/llvm/test/Analysis/RegionInfo/bad_node_traversal.ll
+++ b/llvm/test/Analysis/RegionInfo/bad_node_traversal.ll
@@ -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
OpenPOWER on IntegriCloud