Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git] / test / Other / 2007-06-05-PassID.ll
blobce540484128d49927d9b5589dea20b9320b3c900
1 ;RUN: opt %s -analyze -dot-cfg-only -disable-output 2>/dev/null
2 ;PR 1497
4 define void @foo() {
5 entry:
6         br label %return
8 return:         ; preds = %entry
9         ret void