[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Other / 2007-06-05-PassID.ll
blobb166f0575d5cb7b12596fb327598a52e1ebe245c
1 ;RUN: opt < %s -analyze -dot-cfg-only -enable-new-pm=0 2>/dev/null
2 ;RUN: opt < %s -passes=dot-cfg-only 2>/dev/null
3 ;RUN: opt < %s -analyze -dot-cfg-only \
4 ;RUN:          -cfg-heat-colors=true -cfg-weights=true -enable-new-pm=0 2>/dev/null
5 ;RUN: opt < %s -analyze -dot-cfg-only \
6 ;RUN:          -cfg-heat-colors=false -cfg-weights=false -enable-new-pm=0 2>/dev/null
7 ;RUN: opt < %s -analyze -dot-cfg \
8 ;RUN:          -cfg-heat-colors=true -cfg-weights=true -enable-new-pm=0 2>/dev/null
9 ;RUN: opt < %s -analyze -dot-cfg \
10 ;RUN:          -cfg-heat-colors=false -cfg-weights=false -enable-new-pm=0 2>/dev/null
11 ;PR 1497
13 define void @foo() {
14 entry:
15         br label %return
17 return:         ; preds = %entry
18         ret void