aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-30 22:26:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-30 22:26:10 +0000
commit2924ade97ee4228fcf3518d89cd4bd1653236b48 (patch)
tree53e249067c4fbabc55cfe2170251dad44a1d2662 /lib/CodeGen/CGExprConstant.cpp
parentf858da63ace0c810b6d6c67b3784b230c7d2417b (diff)
IRgen: Move CGRecordLayout to its own happy little file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
-rw-r--r--lib/CodeGen/CGExprConstant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGExprConstant.cpp b/lib/CodeGen/CGExprConstant.cpp
index 66b2c086c2..c86c6aa2d6 100644
--- a/lib/CodeGen/CGExprConstant.cpp
+++ b/lib/CodeGen/CGExprConstant.cpp
@@ -14,6 +14,7 @@
#include "CodeGenFunction.h"
#include "CodeGenModule.h"
#include "CGObjCRuntime.h"
+#include "CGRecordLayout.h"
#include "clang/AST/APValue.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecordLayout.h"