File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Transforms/MemProfContextDisambiguation Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments