diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 22:26:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 22:26:10 +0000 |
commit | 072d0bb2474f6bcdc3ab8542f536588ae89d2cfa (patch) | |
tree | 11059c1a5059c940d9c19b5613c0fb6363eb97b2 /clang/lib/CodeGen/CGExprConstant.cpp | |
parent | f4ffa0dabfb6cb9c6607a8954f99719b86e856f4 (diff) | |
download | bcm5719-llvm-072d0bb2474f6bcdc3ab8542f536588ae89d2cfa.tar.gz bcm5719-llvm-072d0bb2474f6bcdc3ab8542f536588ae89d2cfa.zip |
IRgen: Move CGRecordLayout to its own happy little file.
llvm-svn: 99945
Diffstat (limited to 'clang/lib/CodeGen/CGExprConstant.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprConstant.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp index 66b2c086c26..c86c6aa2d65 100644 --- a/clang/lib/CodeGen/CGExprConstant.cpp +++ b/clang/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" |