[llvm] r218448 - Update my previous commit to fit 80 cols...
Sylvestre Ledru
sylvestre at debian.org
Thu Sep 25 03:58:16 PDT 2014
Author: sylvestre
Date: Thu Sep 25 05:58:16 2014
New Revision: 218448
URL: http://llvm.org/viewvc/llvm-project?rev=218448&view=rev
Log:
Update my previous commit to fit 80 cols...
Modified:
llvm/trunk/docs/ProgrammersManual.rst
Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=218448&r1=218447&r2=218448&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Thu Sep 25 05:58:16 2014
@@ -425,7 +425,8 @@ name is specified. This allows, for exa
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
More information about the llvm-commits
mailing list