]> granicus.if.org Git - clang/commitdiff
Remove duplicated comment.
authorEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 21:48:10 +0000 (21:48 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 1 Feb 2012 21:48:10 +0000 (21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149544 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 78096d2918ba1a8103535fed450ceebb14c7002c..b793eb60df6c7ff499cf66ad920f6a8d9d76d0e2 100644 (file)
@@ -2150,7 +2150,6 @@ void CGDebugInfo::EmitDeclare(const VarDecl *VD, unsigned Tag,
                                        VD->getName(), Unit, Line, Ty,
                                        addr, ArgNo);
       
-      // Insert an llvm.dbg.declare into the current block.
       // Insert an llvm.dbg.declare into the current block.
       llvm::Instruction *Call =
         DBuilder.insertDeclare(Storage, D, Builder.GetInsertBlock());