blob: 25923a5d86bf69c9019f0a27c3d4e317b8ff8ae1 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output
2;PR 1497
3
4define void @foo() {
5entry:
6 br label %return
7
8return: ; preds = %entry
9 ret void
10}
11