summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
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/MC/MCExpr.h
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/MC/MCExpr.h')
-rw-r--r--include/llvm/MC/MCExpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index f36db3c05a..5032887248 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -446,7 +446,7 @@ public:
/// NOTE: All subclasses are required to have trivial destructors because
/// MCExprs are bump pointer allocated and not destructed.
class MCTargetExpr : public MCExpr {
- virtual void Anchor();
+ virtual void anchor();
protected:
MCTargetExpr() : MCExpr(Target) {}
virtual ~MCTargetExpr() {}