summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-09-25 10:58:16 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-09-25 10:58:16 +0000
commit1623b463aee292962ea5c4338c65b459ddfab883 (patch)
tree0dd0f1a0f1feab7885a0ddbe5b0826af79b3153c /llvm/docs/ProgrammersManual.rst
parentb5984fabbde7398ced717001cc789c4821dc7a28 (diff)
downloadbcm5719-llvm-1623b463aee292962ea5c4338c65b459ddfab883.tar.gz
bcm5719-llvm-1623b463aee292962ea5c4338c65b459ddfab883.zip
Update my previous commit to fit 80 cols...
llvm-svn: 218448
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r--llvm/docs/ProgrammersManual.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index a3a20f3824c..85a4ad8e554 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -425,7 +425,8 @@ name is specified. This allows, for example, all debug information for
instruction scheduling to be enabled with ``-debug-only=InstrSched``, even if
the source lives in multiple files.
-For performance reasons, -debug-only is not available in optimized build (``--enable-optimized``) of LLVM.
+For performance reasons, -debug-only is not available in optimized build
+(``--enable-optimized``) of LLVM.
The ``DEBUG_WITH_TYPE`` macro is also available for situations where you would
like to set ``DEBUG_TYPE``, but only for one specific ``DEBUG`` statement. It
OpenPOWER on IntegriCloud