diff options
Diffstat (limited to 'lib/CodeGen/TargetABIInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetABIInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetABIInfo.cpp b/lib/CodeGen/TargetABIInfo.cpp index c3f35453ba..328f0ae3d2 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; |