[llvm] r261971 - Another fix the testcase introduced by r261903 - Add the missing matches

Hongbin Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 19:41:47 PST 2016


Author: ether
Date: Thu Feb 25 21:41:47 2016
New Revision: 261971

URL: http://llvm.org/viewvc/llvm-project?rev=261971&view=rev
Log:
Another fix the testcase introduced by r261903 - Add the missing matches

Modified:
    llvm/trunk/test/Analysis/DominanceFrontier/new_pm_test.ll

Modified: llvm/trunk/test/Analysis/DominanceFrontier/new_pm_test.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/DominanceFrontier/new_pm_test.ll?rev=261971&r1=261970&r2=261971&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/DominanceFrontier/new_pm_test.ll (original)
+++ llvm/trunk/test/Analysis/DominanceFrontier/new_pm_test.ll Thu Feb 25 21:41:47 2016
@@ -45,6 +45,6 @@ define void @a_linear_impl_fig_1() nounw
 ; CHECK-DAG:  DomFrontier for BB %"8" is:    %"{{[1|8]}}" %"{{[1|8]}}"
 ; CHECK-DAG:  DomFrontier for BB %"6" is:    %"4"
 ; CHECK-DAG:  DomFrontier for BB %"7" is:
-; CHECK-DAG:  DomFrontier for BB %"9" is:    %"{{[1|8|9]}}" %"{{[1|8|9]}}"
-; CHECK-DAG:  DomFrontier for BB %"10" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}"
-; CHECK-DAG:  DomFrontier for BB %"12" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}"
+; CHECK-DAG:  DomFrontier for BB %"9" is:    %"{{[1|8|9]}}" %"{{[1|8|9]}}" %"{{[1|8|9]}}"
+; CHECK-DAG:  DomFrontier for BB %"10" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}" %"{{[1|8|9]}}"
+; CHECK-DAG:  DomFrontier for BB %"12" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}" %"{{[1|8|9]}}"




More information about the llvm-commits mailing list