diff options
| -rw-r--r-- | llvm/lib/Target/X86/X86TargetAsmInfo.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.h b/llvm/lib/Target/X86/X86TargetAsmInfo.h index 260d55b1b01..a700d64f7cb 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.h +++ b/llvm/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; | 

