[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Other / heat-colors-multigraph.ll
blob4aab4f4ba06c3cbb7a9b582ca6db29c53521d0d9
1 ; RUN: opt -enable-new-pm=0 %s -dot-callgraph -callgraph-multigraph -callgraph-dot-filename-prefix=%t -disable-output
2 ; RUN: FileCheck %s -input-file=%t.callgraph.dot --check-prefix=CHECK-MULTIGRAPH
3 ; RUN: opt -enable-new-pm=0 %s -dot-callgraph -callgraph-dot-filename-prefix=%t -disable-output
4 ; RUN: FileCheck %s -input-file=%t.callgraph.dot --check-prefix=CHECK
6 ; CHECK-MULTIGRAPH: {external caller}
7 ; CHECK-NOT: {external caller}
9 define void @bar() {
10   ret void
13 define void @foo() {
14   call void @bar()
15   ret void