diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-09-26 06:36:36 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-09-26 06:36:36 +0000 |
commit | 4bb51cc83badd77bdc482b0594b72cb177f052f6 (patch) | |
tree | 03a7e0164f7ecabb9136030e2bf0d36361ce0cdc /lib/MC/MCExpr.cpp | |
parent | d48bb9316ddaacb695d896a67f35fef024a0b76a (diff) |
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 'lib/MC/MCExpr.cpp')
-rw-r--r-- | lib/MC/MCExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCExpr.cpp b/lib/MC/MCExpr.cpp index 8fed48cef2..ffa79761f2 100644 --- a/lib/MC/MCExpr.cpp +++ b/lib/MC/MCExpr.cpp @@ -267,7 +267,7 @@ MCSymbolRefExpr::getVariantKindForName(StringRef Name) { /* *** */ -void MCTargetExpr::Anchor() {} +void MCTargetExpr::anchor() {} /* *** */ |