blob: ce540484128d49927d9b5589dea20b9320b3c900 [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001;RUN: opt %s -analyze -dot-cfg-only -disable-output 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