summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGVTables.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 11:45:17 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 11:45:17 +0000
commit3b844ba7d5be205a9b4f5f0b0d1b7978977f4b8c (patch)
treeeb36aec98f3d8599d473bbfb43f961c8b41e3b81 /lib/CodeGen/CGVTables.h
parent80ad52f327b532bded5c5b0ee38779d841c6cd35 (diff)
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
reflect the migration in r171366. Re-sort the #include lines to reflect the new paths. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.h')
-rw-r--r--lib/CodeGen/CGVTables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVTables.h b/lib/CodeGen/CGVTables.h
index 2ccfcad389..5f3d814c0a 100644
--- a/lib/CodeGen/CGVTables.h
+++ b/lib/CodeGen/CGVTables.h
@@ -20,7 +20,7 @@
#include "clang/AST/VTableBuilder.h"
#include "clang/Basic/ABI.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/GlobalVariable.h"
+#include "llvm/IR/GlobalVariable.h"
namespace clang {
class CXXRecordDecl;