Fixed some bugs.
[llvm/zpu.git] / test / Other / 2007-06-05-PassID.ll
blob2554b8b9edd05b3e58549c9b74eb2f751caa93a9
1 ;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null
2 ;PR 1497
4 define void @foo() {
5 entry:
6         br label %return
8 return:         ; preds = %entry
9         ret void