remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / Generic / 2009-06-03-UnreachableSplitPad.ll
blob112cac4f96445ace4301c4bcdbe3025f53e9aff2
1 ; RUN: llc < %s
2 ; PR4317
4 declare i32 @b()
6 define void @a() {
7 entry:
8   ret void
10 dummy:
11   invoke i32 @b() to label %reg unwind label %reg
13 reg:
14   ret void