commit | af2a317e05a94b7277114dfef90446a5b1f91b56 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Thu Apr 08 16:30:25 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Thu Apr 08 16:30:25 2010 +0000 |
tree | 0ee2caa1ee686724c5d94d80a03dd5baa6c8553e | |
parent | ae9e9a63bdac6ead6882c1b94c48f308980f682f [diff] [blame] |
Rename CGVtable files to CGVTables. llvm-svn: 100778
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 9c8555d..e06e533 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/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"