summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-26 06:36:36 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-26 06:36:36 +0000
commit4bb51cc83badd77bdc482b0594b72cb177f052f6 (patch)
tree03a7e0164f7ecabb9136030e2bf0d36361ce0cdc /include/llvm/CodeGen
parentd48bb9316ddaacb695d896a67f35fef024a0b76a (diff)
downloadllvm-4bb51cc83badd77bdc482b0594b72cb177f052f6.tar.gz
llvm-4bb51cc83badd77bdc482b0594b72cb177f052f6.tar.bz2
llvm-4bb51cc83badd77bdc482b0594b72cb177f052f6.tar.xz
Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfoImpls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfoImpls.h b/include/llvm/CodeGen/MachineModuleInfoImpls.h
index 9401ffd199..7afc7eb6b3 100644
--- a/include/llvm/CodeGen/MachineModuleInfoImpls.h
+++ b/include/llvm/CodeGen/MachineModuleInfoImpls.h
@@ -38,7 +38,7 @@ namespace llvm {
/// this GV is external.
DenseMap<MCSymbol*, StubValueTy> HiddenGVStubs;
- virtual void Anchor(); // Out of line virtual method.
+ virtual void anchor(); // Out of line virtual method.
public:
MachineModuleInfoMachO(const MachineModuleInfo &) {}
@@ -76,7 +76,7 @@ namespace llvm {
/// mode.
DenseMap<MCSymbol*, StubValueTy> GVStubs;
- virtual void Anchor(); // Out of line virtual method.
+ virtual void anchor(); // Out of line virtual method.
public:
MachineModuleInfoELF(const MachineModuleInfo &) {}