Remove duplicated comment.
llvm-svn: 149544
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user