llvm-project/llvm/lib/Transforms/ObjCARC
Michael Gottesman f823dd2ef7 Added two missing headers from ObjCARCAliasAnalysis.h.
This was missed since whenever I was including ObjCARCAliasAnalysis.h, I
was including ObjCARC.h before it which included these includes
(resulting in no compilation breakage).

llvm-svn: 173764
2013-01-29 04:09:24 +00:00
..
CMakeLists.txt Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
DependencyAnalysis.cpp Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
DependencyAnalysis.h Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
LLVMBuild.txt Removed InstCombine/Targets as library dependencies for libObjCARCOpts since they are unnecessary. 2013-01-29 04:05:17 +00:00
Makefile
ObjCARC.cpp Cleaned up includes in various ObjCARC files and removed some whitespace violations. 2013-01-28 05:51:58 +00:00
ObjCARC.h Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
ObjCARCAPElim.cpp Cleaned up includes in various ObjCARC files and removed some whitespace violations. 2013-01-28 05:51:58 +00:00
ObjCARCAliasAnalysis.cpp Removed some cruft from ObjCARCAliasAnalysis.cpp. 2013-01-29 03:02:59 +00:00
ObjCARCAliasAnalysis.h Added two missing headers from ObjCARCAliasAnalysis.h. 2013-01-29 04:09:24 +00:00
ObjCARCContract.cpp Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
ObjCARCExpand.cpp Cleaned up includes in various ObjCARC files and removed some whitespace violations. 2013-01-28 05:51:58 +00:00
ObjCARCOpts.cpp Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
ObjCARCUtil.cpp Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
ProvenanceAnalysis.cpp Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00
ProvenanceAnalysis.h Extracted ObjCARCContract from ObjCARCOpts into its own file. 2013-01-29 03:03:03 +00:00