diff options
author | Anders Carlsson <andersca@mac.com> | 2010-04-08 16:30:25 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-04-08 16:30:25 +0000 |
commit | 461e326e74fa840945330a04df33b1180b08ddc0 (patch) | |
tree | dd183c2903ab11d9c7f4a6e06ac8a46743159356 /lib/CodeGen/CodeGenModule.h | |
parent | ec9c202e9d7d665b178e193531094602ee9c95b3 (diff) |
Rename CGVtable files to CGVTables.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 9c8555dc5a..e06e53335c 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -21,7 +21,7 @@ #include "CGBlocks.h" #include "CGCall.h" #include "CGCXX.h" -#include "CGVtable.h" +#include "CGVTables.h" #include "CodeGenTypes.h" #include "GlobalDecl.h" #include "Mangle.h" |