blob: 81e9ef6f791becae2558053387ade251031cea0a [file] [log] [blame]
Matthijs Kooijmanbe76dc72008-06-10 15:04:14 +00001;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output 2>/dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002;PR 1497
3
4define void @foo() {
5entry:
6 br label %return
7
8return: ; preds = %entry
9 ret void
10}
11