diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-08-28 17:24:14 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-08-28 17:24:14 +0000 |
commit | 455f42c9e8309593cc80de055453e128dbadba26 (patch) | |
tree | 9ae09c6bf47e074e6c8c896c95968324f5d03e98 /clang/lib/CodeGen/CGCXXABI.h | |
parent | 85b99da72a0ab1d3f2e62bc640080be6748182da (diff) | |
download | bcm5719-llvm-455f42c9e8309593cc80de055453e128dbadba26.tar.gz bcm5719-llvm-455f42c9e8309593cc80de055453e128dbadba26.zip |
Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi.
llvm-svn: 216677
Diffstat (limited to 'clang/lib/CodeGen/CGCXXABI.h')
-rw-r--r-- | clang/lib/CodeGen/CGCXXABI.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/CodeGen/CGCXXABI.h b/clang/lib/CodeGen/CGCXXABI.h index af5fb19f256..39813fd475d 100644 --- a/clang/lib/CodeGen/CGCXXABI.h +++ b/clang/lib/CodeGen/CGCXXABI.h @@ -236,13 +236,6 @@ public: virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0; - /// Emit the code required to throw a std::bad_array_new_length exception by - /// the ABI, and returns the array length size to allocate. - virtual llvm::Value * - EmitNewArrayLengthOverflowCheck(CodeGenFunction &CGF, bool ConstantOverflow, - llvm::Value *DynamicOverflow, - llvm::Value *Size); - virtual llvm::Value *GetVirtualBaseClassOffset(CodeGenFunction &CGF, llvm::Value *This, const CXXRecordDecl *ClassDecl, |