commit | 63f1ad9bb3a6330182b1d2e6477e316ce499ccd5 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Jul 18 19:43:29 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Jul 18 19:43:29 2009 +0000 |
tree | d2fdb0f371ccd68951b147486b0cb1e6653be620 | |
parent | 202442314830f83b88ad116ad417557f1d85385c [diff] [blame] |
Revert r75641. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76327 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/TargetABIInfo.cpp b/lib/CodeGen/TargetABIInfo.cpp index c3f3545..328f0ae 100644 --- a/lib/CodeGen/TargetABIInfo.cpp +++ b/lib/CodeGen/TargetABIInfo.cpp
@@ -14,7 +14,7 @@ #include "ABIInfo.h" #include "CodeGenFunction.h" -#include "clang/AST/ASTRecordLayout.h" +#include "clang/AST/RecordLayout.h" #include "llvm/Type.h" using namespace clang;