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:
Evan Cheng
2006-06-28 07:55:24 +00:00
parent 07103d312a
commit ee12e8f28d
2 changed files with 16 additions and 17 deletions

View File

@@ -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);
};