blob: ae49bd00220865ae62ba2fc9029ce118804c41da [file] [log] [blame]
Duncan Sands57b6e9e2010-05-02 15:36:26 +00001; RUN: llc < %s -mtriple=i686-pc-linux-gnu -disable-fp-elim | not grep {addl .12, %esp}
Duncan Sandsdf8b1f02007-05-07 20:45:20 +00002; 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* %name.0.0 sret )
11 to label %return unwind label %return
12
13return: ; preds = %entry, %entry
14 ret void
15}