[Object] Modify OwningBinary's interface to separate inspection from ownership.
[oota-llvm.git] / docs / ProgrammersManual.rst
index a3a20f3824c7ca8bd71b007896cfd8ed32dd2644..85a4ad8e554a31c6c19a6f95bb86638bda8b49a8 100644 (file)
@@ -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