diff options
| author | John McCall <rjmccall@apple.com> | 2010-08-31 07:33:07 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-08-31 07:33:07 +0000 |
| commit | 5d865c3292f2fcb349a27b7297ec300dc8d472a9 (patch) | |
| tree | 1d0875f89d4e694a9f795369ea8c1404465b83ea /clang/lib/CodeGen/CGExprConstant.cpp | |
| parent | 618d21978d2707de2727268eb4930cb6ce57929d (diff) | |
| download | bcm5719-llvm-5d865c3292f2fcb349a27b7297ec300dc8d472a9.tar.gz bcm5719-llvm-5d865c3292f2fcb349a27b7297ec300dc8d472a9.zip | |
Teach IR generation to return 'this' from constructors and destructors
under the ARM ABI.
llvm-svn: 112588
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 a3a1feaff2b..9c31c2a3d53 100644 --- a/clang/lib/CodeGen/CGExprConstant.cpp +++ b/clang/lib/CodeGen/CGExprConstant.cpp @@ -13,6 +13,7 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" +#include "CGCXXABI.h" #include "CGObjCRuntime.h" #include "CGRecordLayout.h" #include "clang/AST/APValue.h" |

