mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Oops. Need to keep CP index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -96,7 +96,7 @@ struct X86SharedAsmPrinter : public AsmPrinter {
|
||||
|
||||
virtual void EmitConstantPool(MachineConstantPool *MCP);
|
||||
void EmitConstantPool(MachineConstantPool *MCP,
|
||||
std::vector<MachineConstantPoolEntry> &CP,
|
||||
std::vector<std::pair<MachineConstantPoolEntry, unsigned> > &CP,
|
||||
const char *Section);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user