[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 22 22:56:30 PST 2004



Changes in directory llvm/lib/Target/PowerPC:

PowerPCTargetMachine.cpp updated: 1.38 -> 1.39
---
Log message:

Be really paranoid about not breaking stuff yet


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.38 llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.39
--- llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.38	Mon Nov 22 23:56:25 2004
+++ llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp	Tue Nov 23 00:56:18 2004
@@ -114,6 +114,7 @@
 }
 
 void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
+  return true;
   // FIXME: Implement efficient support for garbage collection intrinsics.
   PM.add(createLowerGCPass());
 






More information about the llvm-commits mailing list