1; RUN: llc < %s -mtriple=i686-pc-linux-gnu -disable-fp-elim | not grep {addl .12, %esp} 2; PR1398 3 4 %struct.S = type { i32, i32 } 5 6declare void @invokee(%struct.S* sret ) 7 8define void @invoker(%struct.S* %name.0.0) { 9entry: 10 invoke void @invokee( %struct.S* sret %name.0.0 ) 11 to label %return unwind label %return 12 13return: ; preds = %entry, %entry 14 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 15 cleanup 16 ret void 17} 18 19declare i32 @__gxx_personality_v0(...) 20