Be really paranoid about not breaking stuff yet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-23 06:56:18 +00:00
parent e61198b323
commit c9a6b1f4f6

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());