projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4039e68
)
Drop dead member reference
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 13:24:18 +0000
(13:24 +0000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.h
b/lib/Target/X86/X86TargetAsmInfo.h
index 260d55b1b01e7e35f42d92fae130f20a05d2a047..a700d64f7cb8a3ceb9f357240ffc6f9051ce5ee4 100644
(file)
--- 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;