commit | 8dbab12eeb4c04035301d18b28253b8c44b07c39 | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Mon Dec 25 14:16:07 2017 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Mon Dec 25 14:16:07 2017 +0000 |
tree | ca13b3978d3d9c6c7f90dfa0caf377cc87d153a0 | |
parent | 48e62066852639959495f228a65dd7048dca3664 [diff] |
[docs] Use dbgs() instead of errs() for DEBUG() The examples in llvm/Support/Debug.h use `DEBUG(dbgs() << ...)` instead of `errs()`, so the examples in the Programmer's Manual should match that. Patch by: Moritz Sichert <moritz.sichert@googlemail.com> Differential revision: https://reviews.llvm.org/D41170 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321444 91177308-0d34-0410-b5e6-96231b3b80d8