[llvm] r290994 - Add missing CHECK: line to test case added in 29097

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 11:35:39 PST 2017


Author: grosser
Date: Wed Jan  4 13:35:38 2017
New Revision: 290994

URL: http://llvm.org/viewvc/llvm-project?rev=290994&view=rev
Log:
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.

Modified:
    llvm/trunk/test/Analysis/RegionInfo/bad_node_traversal.ll

Modified: llvm/trunk/test/Analysis/RegionInfo/bad_node_traversal.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/RegionInfo/bad_node_traversal.ll?rev=290994&r1=290993&r2=290994&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/RegionInfo/bad_node_traversal.ll (original)
+++ llvm/trunk/test/Analysis/RegionInfo/bad_node_traversal.ll Wed Jan  4 13:35:38 2017
@@ -39,4 +39,5 @@ bb8:
 ; CHECK:      [0] bb => <Function Return>
 ; CHECK-NEXT:   [1] bb => bb8
 ; CHECK-NEXT:     [2] bb1 => bb7
+; CHECK-NEXT: End region tree
 




More information about the llvm-commits mailing list