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
17 return: ; preds = %entry