diff --git a/lib/Target/X86/X86TargetAsmInfo.h b/lib/Target/X86/X86TargetAsmInfo.h index 260d55b1b01..a700d64f7cb 100644 --- a/lib/Target/X86/X86TargetAsmInfo.h +++ b/lib/Target/X86/X86TargetAsmInfo.h @@ -26,7 +26,6 @@ namespace llvm { explicit X86TargetAsmInfo(const X86TargetMachine &TM); virtual bool ExpandInlineAsm(CallInst *CI) const; - virtual std::string SectionForGlobal(const GlobalValue *GV) const; private: bool LowerToBSwap(CallInst *CI) const;