summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:17:59 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:17:59 +0000
commit088ae8393f124564ca9ab70654645aa656e5646f (patch)
tree659b8355b5fc4fdd29ab9b43415b585532e971e0 /include/llvm/CodeGen
parentdbab2d2272a3da4d2cd6153d079a0ce6e34e94af (diff)
downloadexternal_llvm-088ae8393f124564ca9ab70654645aa656e5646f.zip
external_llvm-088ae8393f124564ca9ab70654645aa656e5646f.tar.gz
external_llvm-088ae8393f124564ca9ab70654645aa656e5646f.tar.bz2
Use generic section-handling stuff to emit constant pool entries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 077f5b1..d3850a5 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -366,8 +366,6 @@ namespace llvm {
const GlobalValue *findGlobalValue(const Constant* CV);
void EmitLLVMUsedList(Constant *List);
void EmitXXStructorList(Constant *List);
- void EmitConstantPool(unsigned Alignment, const char *Section,
- std::vector<std::pair<MachineConstantPoolEntry,unsigned> > &CP);
GCMetadataPrinter *GetOrCreateGCPrinter(GCStrategy *C);
};
}