[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h

Evan Cheng evan.cheng at apple.com
Tue Jun 27 17:52:45 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

AsmPrinter.h updated: 1.41 -> 1.42
---
Log message:

Allow EmitConstantPool to be redefined by derived classes.

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

 AsmPrinter.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.41 llvm/include/llvm/CodeGen/AsmPrinter.h:1.42
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.41	Fri Jun 23 07:51:53 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h	Tue Jun 27 19:52:32 2006
@@ -265,7 +265,7 @@
     /// used to print out constants which have been "spilled to memory" by
     /// the code generator.
     ///
-    void EmitConstantPool(MachineConstantPool *MCP);
+    virtual void EmitConstantPool(MachineConstantPool *MCP);
 
     /// EmitJumpTableInfo - Print assembly representations of the jump tables 
     /// used by the current function to the current output stream.  






More information about the llvm-commits mailing list