From 451b4414543d23f6281f888f8f79b6e5b3684833 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 20 Mar 2012 23:28:32 +0000 Subject: [PATCH] Update comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153149 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 76ba2ec4b3..1e0eeb2122 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1951,8 +1951,7 @@ llvm::DIType CGDebugInfo::getOrCreateFunctionType(const Decl * D, return getOrCreateType(FnType, F); } -/// EmitFunctionStart - Constructs the debug code for entering a function - -/// "llvm.dbg.func.start.". +/// EmitFunctionStart - Constructs the debug code for entering a function. void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType, llvm::Function *Fn, CGBuilderTy &Builder) { -- 2.40.0