Let the backend unique these.

llvm-svn: 64486
This commit is contained in:
Mike Stump
2009-02-13 20:17:16 +00:00
parent 9631dfd1c1
commit 499ae7ec91
3 changed files with 2 additions and 6 deletions

View File

@@ -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() {