1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms
Davide Italiano fcc41c9646 [PM/SCCP] Fix pass dependencies.
TargetLibraryInfoWrapperPass is a dependency of
SCCP but it's not listed as such. Chandler pointed
out this is an easy mistake to make which only
surfaces in weird crashes with some flag combinations.
This code will go away anyway at some point in the
future, but as long as it's (still) exercised, try
to make it correct.

llvm-svn: 269589
2016-05-15 08:04:28 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine use 'match' for less indenting; NFCI 2016-05-13 21:51:17 +00:00
Instrumentation Rename pass name to prepare to new PM porting /NFC 2016-05-15 01:04:24 +00:00
IPO Rename pass name to prepare to new PM porting /NFC 2016-05-15 01:04:24 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar [PM/SCCP] Fix pass dependencies. 2016-05-15 08:04:28 +00:00
Utils use range-loops; NFCI 2016-05-13 20:24:53 +00:00
Vectorize Correct spelling in comment (NFC) 2016-05-13 21:01:07 +00:00
CMakeLists.txt
LLVMBuild.txt