blob: 2554b8b9edd05b3e58549c9b74eb2f751caa93a9 [file] [log] [blame]
Dan Gohman8a977e22010-01-26 19:25:59 +00001;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null
Devang Patele2c0c882007-06-05 20:23:20 +00002;PR 1497
3
4define void @foo() {
5entry:
6 br label %return
7
8return: ; preds = %entry
9 ret void
10}
11