From ef81e0f8f18cc6fb05d37b8d3d399bc95f936c5b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 1 Feb 2012 21:48:10 +0000 Subject: [PATCH] Remove duplicated comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149544 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 78096d2918..b793eb60df 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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()); -- 2.40.0