Add a new hook for providing register allocator hints more flexibly.
[oota-llvm.git] / docs / SystemLibrary.rst
index 3e83bd40b64962a99e5591cb8d85f7a027dc94ce..88404f4d817a7125927869766281f52f13480f16 100644 (file)
@@ -7,7 +7,6 @@ System Library
 Abstract
 ========
 
-
 This document provides some details on LLVM's System Library, located in the
 source at ``lib/System`` and ``include/llvm/System``. The library's purpose is
 to shield LLVM from the differences between operating systems for the few
@@ -248,8 +247,3 @@ that was available or named pipes, or whatever gets the job done effectively
 for a given operating system.  In all cases, the interface and the
 implementation must be semantically consistent.
 
-Bug 351
--------
-See `bug 351 <http://llvm.org/PR351>`_ for further details on the progress of
-this work.
-