summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-12-10 02:21:21 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-12-10 02:21:21 +0000
commitd5bc94e2eb728d995b31a18e16fe5fc359fe7047 (patch)
treeb29bdfdf4ca8148ab031bc379198d69e2afa55ad /clang/lib/CodeGen/CodeGenFunction.h
parent3c674cf804920683cd144fa4dcdffdc78e474e93 (diff)
downloadbcm5719-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.h3
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);
OpenPOWER on IntegriCloud