diff options
author | Devang Patel <dpatel@apple.com> | 2009-11-16 21:17:07 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-11-16 21:17:07 +0000 |
commit | e705641ba59a7eb6b211057865ea894b99c9e602 (patch) | |
tree | 4a25390267c22050f7b0a263142187a287c72704 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 9464ec45f97c2b7dccbac4f5fd5b30d30e2cfc60 (diff) |
revert r88963.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 6141800d4f..41ffddd23a 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -493,7 +493,6 @@ llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty, llvm::TrackingVH<llvm::MDNode> FwdDeclNode = FwdDecl.getNode(); // Otherwise, insert it into the TypeCache so that recursive uses will find // it. - llvm::TrackingVH<llvm::MDNode> FwdDeclNode = FwdDecl.getNode(); TypeCache[QualType(Ty, 0).getAsOpaquePtr()] = FwdDecl.getNode(); // Convert all the elements. |