Remove duplicated comment.

llvm-svn: 149544
This commit is contained in:
Eric Christopher
2012-02-01 21:48:10 +00:00
parent 034ba7e487
commit 25a11e6dbd

View 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());