mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
Allow EmitConstantPool to be redefined by derived classes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
356d8c2499
commit
c9094dbbe9
@ -265,7 +265,7 @@ namespace llvm {
|
|||||||
/// used to print out constants which have been "spilled to memory" by
|
/// used to print out constants which have been "spilled to memory" by
|
||||||
/// the code generator.
|
/// the code generator.
|
||||||
///
|
///
|
||||||
void EmitConstantPool(MachineConstantPool *MCP);
|
virtual void EmitConstantPool(MachineConstantPool *MCP);
|
||||||
|
|
||||||
/// EmitJumpTableInfo - Print assembly representations of the jump tables
|
/// EmitJumpTableInfo - Print assembly representations of the jump tables
|
||||||
/// used by the current function to the current output stream.
|
/// used by the current function to the current output stream.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user