aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2014-12-01 09:30:16 +0000
committerArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2014-12-01 09:30:16 +0000
commitf3470cc979c7314e5d5d0cae16d2eb24f0cf11e0 (patch)
treee8a9f10e8d8d342172673b60163e98257978bd99 /clang/lib/CodeGen/CodeGenFunction.h
parent237cfa99162fadcbcdd4f2ff0df232144c304fe9 (diff)
downloadllvm-f3470cc979c7314e5d5d0cae16d2eb24f0cf11e0.zip
llvm-f3470cc979c7314e5d5d0cae16d2eb24f0cf11e0.tar.gz
llvm-f3470cc979c7314e5d5d0cae16d2eb24f0cf11e0.tar.bz2
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Revert r222993 while I investigate some MemorySanitizer failures. llvm-svn: 222995
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 198cf50..4575e31 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1743,9 +1743,6 @@ public:
void EmitCXXTemporary(const CXXTemporary *Temporary, QualType TempType,
llvm::Value *Ptr);
- llvm::Value *EmitLifetimeStart(uint64_t Size, llvm::Value *Addr);
- void EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr);
-
llvm::Value *EmitCXXNewExpr(const CXXNewExpr *E);
void EmitCXXDeleteExpr(const CXXDeleteExpr *E);