Re: [Patch, ARM] rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue

2012-05-01 Thread Richard Earnshaw
On 24/04/12 17:41, Greta Yorsh wrote: > Rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue. > > In preparation for epilogue generation in RTL and anyway it's the right name > for this function. > > Ok for trunk? > > Thanks, > Greta OK. R. > > gcc/ChangeLog > > 2012-04-24 Ian Bo

RE: [Patch, ARM] rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue

2012-05-01 Thread Greta Yorsh
Earnshaw; > ni...@redhat.com > Subject: [Patch, ARM] rename thumb_unexpanded_epilogue to > thumb1_unexpanded_epilogue > > Rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue. > > In preparation for epilogue generation in RTL and anyway it's the right > name > fo

[Patch, ARM] rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue

2012-04-24 Thread Greta Yorsh
Rename thumb_unexpanded_epilogue to thumb1_unexpanded_epilogue. In preparation for epilogue generation in RTL and anyway it's the right name for this function. Ok for trunk? Thanks, Greta gcc/ChangeLog 2012-04-24 Ian Bolton Sameera Deshpande Greta Yorsh