From 2a6a08b1cd0672e73f0c6b0444fbc95a9bdbea3c Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 26 Sep 2012 06:36:36 +0000 Subject: Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. llvm-svn: 164666 --- llvm/lib/Transforms/Utils/ValueMapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/ValueMapper.cpp') diff --git a/llvm/lib/Transforms/Utils/ValueMapper.cpp b/llvm/lib/Transforms/Utils/ValueMapper.cpp index fc2538db648..a30b09321b5 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.cpp +++ b/llvm/lib/Transforms/Utils/ValueMapper.cpp @@ -21,7 +21,7 @@ using namespace llvm; // Out of line method to get vtable etc for class. -void ValueMapTypeRemapper::Anchor() {} +void ValueMapTypeRemapper::anchor() {} Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, ValueMapTypeRemapper *TypeMapper) { -- cgit v1.2.3