diff options
| author | Eric Christopher <echristo@apple.com> | 2011-09-26 15:03:19 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-09-26 15:03:19 +0000 |
| commit | 22e157009c9bcf5f4a6aca4d783f899dc469ee5e (patch) | |
| tree | c71d66b0e5a6386cb70257d5fff226ff44535d92 /clang/lib/CodeGen/CGStmt.cpp | |
| parent | 488c231183ddbdec003d02c72983d6cca8450392 (diff) | |
| download | bcm5719-llvm-22e157009c9bcf5f4a6aca4d783f899dc469ee5e.tar.gz bcm5719-llvm-22e157009c9bcf5f4a6aca4d783f899dc469ee5e.zip | |
Fix comment to reflect reality.
llvm-svn: 140530
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGStmt.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index bc34848ccfa..ba0bf97b565 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -43,8 +43,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) { void CodeGenFunction::EmitStmt(const Stmt *S) { assert(S && "Null statement?"); - // Check if we can handle this without bothering to generate an - // insert point or debug info. + // These statements have their own debug info handling. if (EmitSimpleStmt(S)) return; |

