Drop dead member reference
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:24:18 +0000 (13:24 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:24:18 +0000 (13:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53308 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.h

index 260d55b1b01e7e35f42d92fae130f20a05d2a047..a700d64f7cb8a3ceb9f357240ffc6f9051ce5ee4 100644 (file)
@@ -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;