commit | c35973bfb04731fa91591044d6d2408099dcccd3 | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@apple.com> | Fri Nov 06 23:55:38 2015 +0000 |
committer | Akira Hatanaka <ahatanaka@apple.com> | Fri Nov 06 23:55:38 2015 +0000 |
tree | 1f9fe847c176c2d23e1259622f2341dabe2f3234 | |
parent | 6bd362c2d9d3e3284708ba5e55d8f3ccf7493313 [diff] |
Add 'notail' marker for call instructions. This marker prevents optimization passes from adding 'tail' or 'musttail' markers to a call. Is is used to prevent tail call optimization from being performed on the call. rdar://problem/22667622 Differential Revision: http://reviews.llvm.org/D12923 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252368 91177308-0d34-0410-b5e6-96231b3b80d8