diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-23 06:56:18 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-23 06:56:18 +0000 |
| commit | 5369ab3e24470f972674a42f5b6327872e960155 (patch) | |
| tree | 22a7fd92fb3d0282ad0d2a7666e6b46964cf3f24 /llvm/lib/Target/PowerPC | |
| parent | 4ff117585d2255403633134fa2ff8cc1c8d03396 (diff) | |
| download | bcm5719-llvm-5369ab3e24470f972674a42f5b6327872e960155.tar.gz bcm5719-llvm-5369ab3e24470f972674a42f5b6327872e960155.zip | |
Be really paranoid about not breaking stuff yet
llvm-svn: 18152
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index 6eef33d7750..10aa823d738 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp @@ -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()); |

