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