blob: 7a03544f691b3dbabafc468a19e77ee7e22ddfd5 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +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