summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorNaomi Musgrave <nmusgrave@google.com>2015-07-30 17:59:48 +0000
committerNaomi Musgrave <nmusgrave@google.com>2015-07-30 17:59:48 +0000
commit5c79fb72fabec82834bb679a0f31dd8a8aee3e00 (patch)
treead62bcdf42f19c4931e6994c1efa260115ad350d /clang/lib/CodeGen
parent21792b145d1399292bd4a6ea7a835449cfd4e627 (diff)
downloadbcm5719-llvm-5c79fb72fabec82834bb679a0f31dd8a8aee3e00.tar.gz
bcm5719-llvm-5c79fb72fabec82834bb679a0f31dd8a8aee3e00.zip
Updated test regex and flags
llvm-svn: 243669
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGClass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp
index a078beb9da1..0426f6992a2 100644
--- a/clang/lib/CodeGen/CGClass.cpp
+++ b/clang/lib/CodeGen/CGClass.cpp
@@ -1369,8 +1369,8 @@ static bool CanSkipVTablePointerInitialization(ASTContext &Context,
// Generates function call for handling object poisoning, passing in
// references to 'this' and its size as arguments.
-// Disables tail call elimination, to save emitted callback from
-// being optimized away.
+// Disables tail call elimination, to prevent the current stack frame from
+// disappearing from the stack trace.
static void EmitDtorSanitizerCallback(CodeGenFunction &CGF,
const CXXDestructorDecl *Dtor) {
const ASTRecordLayout &Layout =
OpenPOWER on IntegriCloud