[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 23 10:48:25 PST 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCTargetMachine.cpp updated: 1.40 -> 1.41
---
Log message:
Remove this method.
---
Diffs of the changes: (+0 -5)
Index: llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.40 llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.41
--- llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp:1.40 Tue Nov 23 04:04:49 2004
+++ llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp Tue Nov 23 12:47:42 2004
@@ -114,7 +114,6 @@
}
void PowerPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
- return;
// FIXME: Implement efficient support for garbage collection intrinsics.
PM.add(createLowerGCPass());
@@ -140,10 +139,6 @@
PM.add(createMachineFunctionPrinterPass(&std::cerr));
}
-void PowerPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
- assert(0 && "Cannot execute PowerPCJITInfo::replaceMachineCodeForFunction()");
-}
-
/// PowerPCTargetMachine ctor - Create an ILP32 architecture model
///
PPC32TargetMachine::PPC32TargetMachine(const Module &M, IntrinsicLowering *IL)
More information about the llvm-commits
mailing list