Kill off old (TargetMachine level, not Target level) match quality functions.
[oota-llvm.git] / include / llvm / Target / ELFTargetAsmInfo.h
index 51cc72f62144aaaf157fe04da0899c7368e1ec37..6181e59a0553dced43b27e47ea267492d6c68cea 100644 (file)
@@ -25,6 +25,7 @@ namespace llvm {
   struct ELFTargetAsmInfo: public TargetAsmInfo {
     explicit ELFTargetAsmInfo(const TargetMachine &TM);
 
+    SectionKind::Kind SectionKindForGlobal(const GlobalValue *GV) const;
     virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const;
     virtual std::string printSectionFlags(unsigned flags) const;
     const Section* MergeableConstSection(const GlobalVariable *GV) const;