summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
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
commit2a6a08b1cd0672e73f0c6b0444fbc95a9bdbea3c (patch)
tree25a6f83ae1526826659058f7a059b6361e2be4b4 /llvm/lib/MC
parent774442162d4a314b32ec95ef31a296df66fde30a (diff)
downloadbcm5719-llvm-2a6a08b1cd0672e73f0c6b0444fbc95a9bdbea3c.tar.gz
bcm5719-llvm-2a6a08b1cd0672e73f0c6b0444fbc95a9bdbea3c.zip
Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree.
llvm-svn: 164666
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCExpr.cpp b/llvm/lib/MC/MCExpr.cpp
index 8fed48cef2e..ffa79761f2d 100644
--- a/llvm/lib/MC/MCExpr.cpp
+++ b/llvm/lib/MC/MCExpr.cpp
@@ -267,7 +267,7 @@ MCSymbolRefExpr::getVariantKindForName(StringRef Name) {
/* *** */
-void MCTargetExpr::Anchor() {}
+void MCTargetExpr::anchor() {}
/* *** */
OpenPOWER on IntegriCloud