mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4027f3d745
commit
001762bb25
@ -83,7 +83,7 @@ void SetCurrentDebugType(const char *Type);
|
||||
extern bool EnableDebugBuffering;
|
||||
|
||||
/// dbgs() - This returns a reference to a raw_ostream for debugging
|
||||
/// messages. If debugging is disabled it returns dbgs(). Use it
|
||||
/// messages. If debugging is disabled it returns errs(). Use it
|
||||
/// like: dbgs() << "foo" << "bar";
|
||||
raw_ostream &dbgs();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user