| commit | aa31b92508bf121b5a58be4cd794f16225f07f2d | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Wed Dec 19 21:13:37 2007 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Wed Dec 19 21:13:37 2007 +0000 |
| tree | ebdbd951790a83af69a87d51cc4e71b049da6458 | |
| parent | a246e09aa019e2048063dfd28765cf46417fc7f1 [diff] |
When inlining through an 'nounwind' call, mark inlined calls 'nounwind'. It is important for correct C++ exception handling that nounwind markings do not get lost, so this transformation is actually needed for correctness. llvm-svn: 45218