• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null
2;PR 1497
3
4define void @foo() {
5entry:
6	br label %return
7
8return:		; preds = %entry
9	ret void
10}
11
12