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