summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-04-17 20:15:18 +0000
committerAnders Carlsson <andersca@mac.com>2010-04-17 20:15:18 +0000
commit11e5140db94dc3f27108f313135d0664d3ccd421 (patch)
treed7ffb9d37d80771f7433ea6e171b1d3bd5421bef /clang/lib/CodeGen/CGExprConstant.cpp
parent13bca6cd5a6b5e989a469ec1687b42a5c7008895 (diff)
downloadbcm5719-llvm-11e5140db94dc3f27108f313135d0664d3ccd421.tar.gz
bcm5719-llvm-11e5140db94dc3f27108f313135d0664d3ccd421.zip
Vtable -> VTable renames across the board.
llvm-svn: 101666
Diffstat (limited to 'clang/lib/CodeGen/CGExprConstant.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp
index 82156f72602..4f67f3d710a 100644
--- a/clang/lib/CodeGen/CGExprConstant.cpp
+++ b/clang/lib/CodeGen/CGExprConstant.cpp
@@ -446,7 +446,7 @@ public:
// Get the function pointer (or index if this is a virtual function).
if (MD->isVirtual()) {
- uint64_t Index = CGM.getVTables().getMethodVtableIndex(MD);
+ uint64_t Index = CGM.getVTables().getMethodVTableIndex(MD);
// Itanium C++ ABI 2.3:
// For a non-virtual function, this field is a simple function pointer.
OpenPOWER on IntegriCloud