Allow EmitConstantPool to be redefined by derived classes.

llvm-svn: 28952
This commit is contained in:
Evan Cheng 2006-06-28 00:52:32 +00:00
parent 90213c6c18
commit 307b9c93cf
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ namespace llvm {
/// 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.