summaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
Commit message (Collapse)AuthorAge
* Hopefully fix the Windows build failure introduced in r173769Timur Iskhodzhanov2013-01-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173781 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed header comment.Michael Gottesman2013-01-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173773 91177308-0d34-0410-b5e6-96231b3b80d8
* Juggled Debug.h from ObjCARC.h to only the including cpp files thatMichael Gottesman2013-01-29
| | | | | | | actually have DEBUG statements. Also changed raw_ostream in said header to be a forward declaration (removing an include). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173769 91177308-0d34-0410-b5e6-96231b3b80d8
* Sorted includes using utils/sort_includes.Michael Gottesman2013-01-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173767 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleaned up includes in various ObjCARC files and removed some whitespace ↵Michael Gottesman2013-01-28
| | | | | | violations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173663 91177308-0d34-0410-b5e6-96231b3b80d8
* Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.Michael Gottesman2013-01-28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173654 91177308-0d34-0410-b5e6-96231b3b80d8