1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Be really paranoid about not breaking stuff yet

llvm-svn: 18152
This commit is contained in:
Chris Lattner 2004-11-23 06:56:18 +00:00
parent 8bb3fbffa3
commit 30c5ade43e

View File

@ -114,6 +114,7 @@ bool PowerPCTargetMachine::addPassesToEmitAssembly(PassManager &PM,
}
void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
return true;
// FIXME: Implement efficient support for garbage collection intrinsics.
PM.add(createLowerGCPass());