You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
146 B
12 lines
146 B
7 months ago
|
;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null
|
||
|
;PR 1497
|
||
|
|
||
|
define void @foo() {
|
||
|
entry:
|
||
|
br label %return
|
||
|
|
||
|
return: ; preds = %entry
|
||
|
ret void
|
||
|
}
|
||
|
|