]> granicus.if.org Git - clang/commitdiff
Update comment.
authorEric Christopher <echristo@apple.com>
Tue, 20 Mar 2012 23:28:32 +0000 (23:28 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 20 Mar 2012 23:28:32 +0000 (23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153149 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 76ba2ec4b38e26878d5cb38cf2b39d023e5cf0eb..1e0eeb2122e66747ed4d1bce7c143a3782b3a0f4 100644 (file)
@@ -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) {