forked from OSchip/llvm-project
parent
5c48958a61
commit
753b63cb5b
|
@ -0,0 +1,11 @@
|
|||
;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output
|
||||
;PR 1497
|
||||
|
||||
define void @foo() {
|
||||
entry:
|
||||
br label %return
|
||||
|
||||
return: ; preds = %entry
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue