diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-10 02:21:21 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-10 02:21:21 +0000 |
commit | d5bc94e2eb728d995b31a18e16fe5fc359fe7047 (patch) | |
tree | b29bdfdf4ca8148ab031bc379198d69e2afa55ad /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 3c674cf804920683cd144fa4dcdffdc78e474e93 (diff) | |
download | bcm5719-llvm-d5bc94e2eb728d995b31a18e16fe5fc359fe7047.tar.gz bcm5719-llvm-d5bc94e2eb728d995b31a18e16fe5fc359fe7047.zip |
Get rid of static variable.
llvm-svn: 91041
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index cf267c41676..1ddfa6d6c02 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -424,7 +424,8 @@ private: unsigned getByRefValueLLVMField(const ValueDecl *VD) const; llvm::BasicBlock *TerminateHandler; - + + int UniqueAggrDestructorCount; public: CodeGenFunction(CodeGenModule &cgm); |