aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/ctr-cleanup.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to ↵Bill Wendling2013-08-221-1/+1
| | | | | | 'false'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-181-0/+25
Because the initial-value constants had not been added to the list of instructions considered for DCE the resulting code had redundant constant-materialization instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177294 91177308-0d34-0410-b5e6-96231b3b80d8