[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCJITInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 23 10:48:09 PST 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCJITInfo.h updated: 1.3 -> 1.4
---
Log message:
This method is dead
---
Diffs of the changes: (+0 -7)
Index: llvm/lib/Target/PowerPC/PowerPCJITInfo.h
diff -u llvm/lib/Target/PowerPC/PowerPCJITInfo.h:1.3 llvm/lib/Target/PowerPC/PowerPCJITInfo.h:1.4
--- llvm/lib/Target/PowerPC/PowerPCJITInfo.h:1.3 Fri Nov 19 22:17:17 2004
+++ llvm/lib/Target/PowerPC/PowerPCJITInfo.h Tue Nov 23 12:47:55 2004
@@ -30,13 +30,6 @@
/// is not supported for this target.
///
virtual void addPassesToJITCompile(FunctionPassManager &PM);
-
- /// replaceMachineCodeForFunction - Make it so that calling the function
- /// whose machine code is at OLD turns into a call to NEW, perhaps by
- /// overwriting OLD with a branch to NEW. This is used for self-modifying
- /// code.
- ///
- virtual void replaceMachineCodeForFunction(void *Old, void *New);
};
}
More information about the llvm-commits
mailing list