1 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -disable-fp-elim | not grep {addl .12, %esp}
4 %struct.S = type { i32, i32 }
6 declare void @invokee(%struct.S* sret )
8 define void @invoker(%struct.S* %name.0.0) {
10 invoke void @invokee( %struct.S* %name.0.0 sret )
11 to label %return unwind label %return
13 return: ; preds = %entry, %entry