forked from OSchip/llvm-project
Another fix the testcase introduced by r261903 - Add the missing matches
llvm-svn: 261971
This commit is contained in:
parent
ec6f61cc2e
commit
b8bb0d8813
|
@ -45,6 +45,6 @@ define void @a_linear_impl_fig_1() nounwind {
|
|||
; 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]}}"
|
||||
|
|
Loading…
Reference in New Issue