From 940670512d7c3d93389bb38a426abcb7ef44271e Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 10 Dec 2009 02:21:21 +0000 Subject: Get rid of static variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91041 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CodeGen/CodeGenFunction.h') diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index cf267c4167..1ddfa6d6c0 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -424,7 +424,8 @@ private: unsigned getByRefValueLLVMField(const ValueDecl *VD) const; llvm::BasicBlock *TerminateHandler; - + + int UniqueAggrDestructorCount; public: CodeGenFunction(CodeGenModule &cgm); -- cgit v1.2.3-18-g5258