diff options
| author | Eric Christopher <echristo@apple.com> | 2012-03-20 23:28:32 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-03-20 23:28:32 +0000 |
| commit | 6dde3e1450557be43110271550af67b49d3d74f5 (patch) | |
| tree | 3c591f01af1b418a7fbee8b6a2189c9d54a16bb0 /clang | |
| parent | a3b666ac4a0975712f1612599727a75eb44e8ac6 (diff) | |
| download | bcm5719-llvm-6dde3e1450557be43110271550af67b49d3d74f5.tar.gz bcm5719-llvm-6dde3e1450557be43110271550af67b49d3d74f5.zip | |
Update comment.
llvm-svn: 153149
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 76ba2ec4b38..1e0eeb2122e 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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) { |

