blob: 81e9ef6f791becae2558053387ade251031cea0a [file] [log] [blame]
;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output 2>/dev/null
;PR 1497
define void @foo() {
entry:
br label %return
return: ; preds = %entry
ret void
}