| commit | ec1ec1b41689151db24a81a98554b995df1839ab | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Mar 11 15:09:44 2014 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Mar 11 15:09:44 2014 +0000 |
| tree | 9481ff6a39278d8f7d5fd72299a8d0d1b4efbdf9 | |
| parent | 3f5dcc97e020a480e9252bbd120843c3777b1ffb [diff] |
ARM: enable tail call optimisation on Thumb 2 Tail call optimisation was previously disabled on all targets other than iOS5.0+. This enables the tail call optimisation on all Thumb 2 capable platforms. The test adjustments are to remove the IR hint "tail" to function invocation. The tests were designed assuming that tail call optimisations would not kick in which no longer holds true. llvm-svn: 203575