[llvm-commits] [llvm] r168373 - /llvm/trunk/docs/BitCodeFormat.rst

Joe Abbey jabbey at arxan.com
Tue Nov 20 10:14:15 PST 2012


Author: jabbey
Date: Tue Nov 20 12:14:15 2012
New Revision: 168373

URL: http://llvm.org/viewvc/llvm-project?rev=168373&view=rev
Log:
Better 80cols... *sigh*


Modified:
    llvm/trunk/docs/BitCodeFormat.rst

Modified: llvm/trunk/docs/BitCodeFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.rst?rev=168373&r1=168372&r2=168373&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.rst (original)
+++ llvm/trunk/docs/BitCodeFormat.rst Tue Nov 20 12:14:15 2012
@@ -54,9 +54,9 @@
 
 * Abbreviations, which specify compression optimizations for the file.
 
-Note that the :doc:`llvm-bcanalyzer <CommandGuide/llvm-bcanalyzer>`
-tool can be used to dump and inspect arbitrary bitstreams, which is very useful
-for understanding the encoding.
+Note that the :doc:`llvm-bcanalyzer <CommandGuide/llvm-bcanalyzer>` tool can be
+used to dump and inspect arbitrary bitstreams, which is very useful for
+understanding the encoding.
 
 .. _magic number:
 





More information about the llvm-commits mailing list