Skip to content

Commit 77bfe12

Browse files
committed
Fix tests
1 parent 38736d9 commit 77bfe12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/test/ThinLTO/X86/memprof-recursive.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
; RUN: cat %t.ccg.postbuild.dot | FileCheck %s --check-prefix=DOT
6464
; DOT-DAG: Node[[B:0x[a-f0-9]+]] {{.*}}_Z1Bi -\> _Z1Ci
6565
; DOT-DAG: Node[[C:0x[a-f0-9]+]] {{.*}}_Z1Ci -\> _Z1Bi
66-
; DOT-DAG: Node[[B]] -> Node[[C]]{{.*}}style="solid"
6766
; DOT-DAG: Node[[C]] -> Node[[B]]{{.*}}style="dotted"
6867

6968
;; Skipping recursive contexts should prevent spurious call to cloned version of

llvm/test/Transforms/MemProfContextDisambiguation/recursive.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
; RUN: cat %t.ccg.postbuild.dot | FileCheck %s --check-prefix=DOT
7676
; DOT-DAG: Node[[B:0x[a-f0-9]+]] {{.*}}_Z1Bi -\> _Z1Ci
7777
; DOT-DAG: Node[[C:0x[a-f0-9]+]] {{.*}}_Z1Ci -\> _Z1Bi
78-
; DOT-DAG: Node[[B]] -> Node[[C]]{{.*}}style="solid"
7978
; DOT-DAG: Node[[C]] -> Node[[B]]{{.*}}style="dotted"
8079

8180
;; Skipping recursive contexts should prevent spurious call to cloned version of

0 commit comments

Comments
 (0)