mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
bdab8e50cd
(e.g., LICM) into FunctionPassManagers. The problem is that we were using a C-style cast to cast required analysis passes to PassClass*, but if it's a FunctionPassManager, and the required analysis pass is an ImmutablePass, the types aren't really compatible, so the C-style cast causes a crash. llvm-svn: 15140 |
||
---|---|---|
.. | ||
AsmWriter.cpp | ||
BasicBlock.cpp | ||
ConstantFolding.cpp | ||
ConstantFolding.h | ||
Constants.cpp | ||
Dominators.cpp | ||
Function.cpp | ||
Globals.cpp | ||
iBranch.cpp | ||
iCall.cpp | ||
iMemory.cpp | ||
InstrTypes.cpp | ||
Instruction.cpp | ||
iOperators.cpp | ||
iSwitch.cpp | ||
Linker.cpp | ||
Makefile | ||
Module.cpp | ||
ModuleProvider.cpp | ||
Pass.cpp | ||
PassManagerT.h | ||
SymbolTable.cpp | ||
SymbolTableListTraitsImpl.h | ||
Type.cpp | ||
Value.cpp | ||
Verifier.cpp |