[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.h

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 17 13:28:38 PDT 2003


Changes in directory llvm/lib/Target/X86:

X86TargetMachine.h updated: 1.13 -> 1.14

---
Log message:

Add prototype for replaceMachineCodeForFunction().


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

Index: llvm/lib/Target/X86/X86TargetMachine.h
diff -u llvm/lib/Target/X86/X86TargetMachine.h:1.13 llvm/lib/Target/X86/X86TargetMachine.h:1.14
--- llvm/lib/Target/X86/X86TargetMachine.h:1.13	Mon Sep  1 15:41:07 2003
+++ llvm/lib/Target/X86/X86TargetMachine.h	Fri Oct 17 13:27:25 2003
@@ -44,6 +44,8 @@
                                           MachineCodeEmitter &MCE);
   
   virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
+
+  virtual bool replaceMachineCodeForFunction (void *Old, void *New);
 };
 
 #endif





More information about the llvm-commits mailing list