summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-13 20:17:16 +0000
committerMike Stump <mrs@apple.com>2009-02-13 20:17:16 +0000
commit499ae7ec9143cc6aa9746ddf59d999b4819b719b (patch)
tree4c31253fcc9c8ebc0036d8672ccd76bd7594b574 /clang/lib/CodeGen/CodeGenModule.cpp
parent9631dfd1c19b6b0ee53cf256aef68e9002b65f93 (diff)
downloadbcm5719-llvm-499ae7ec9143cc6aa9746ddf59d999b4819b719b.tar.gz
bcm5719-llvm-499ae7ec9143cc6aa9746ddf59d999b4819b719b.zip
Let the backend unique these.
llvm-svn: 64486
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 2dbee58a823..091158daba7 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -52,7 +52,6 @@ CodeGenModule::CodeGenModule(ASTContext &C, const LangOptions &LO,
DebugInfo = GenerateDebugInfo ? new CGDebugInfo(this) : 0;
Block.GlobalUniqueCount = 0;
- Block.DescriptorUniqueCount = 0;
}
CodeGenModule::~CodeGenModule() {
OpenPOWER on IntegriCloud