diff options
author | Anders Carlsson <andersca@mac.com> | 2010-06-08 22:30:17 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-06-08 22:30:17 +0000 |
commit | 5687a5cb5941744c42aaaa9a1e7cd6d7c4c07fbf (patch) | |
tree | e94f47daec6894e4e4ff59e936e75edae36efa31 /lib/CodeGen/CodeGenFunction.h | |
parent | 772913659894551b02f342e3577e7219e4f9a701 (diff) |
Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCount from CodeGenFunction and let LLVM handle uniquing the internal functions instead.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 21c0857769..0682a0474b 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -456,7 +456,6 @@ private: llvm::BasicBlock *TerminateHandler; llvm::BasicBlock *TrapBB; - int UniqueAggrDestructorCount; public: CodeGenFunction(CodeGenModule &cgm); |