Remove comment that no target supports 128-bit IEEE floats
[oota-llvm.git] / docs / BitCodeFormat.rst
index 69a815f9ea4c225541e82f1d0739724c745f4dd6..c83b6c1801cd403980c0d6063dd40b7b8c4db23b 100644 (file)
@@ -1,5 +1,3 @@
-.. _bitcode_format:
-
 .. role:: raw-html(raw)
    :format: html
 
@@ -54,9 +52,9 @@ structure.  This structure consists of the following concepts:
 
 * 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: