[TableGen] Use some free space in Init to store the opcode for UnOpInit/BinOpInit...
[oota-llvm.git] / docs / SystemLibrary.rst
index 3e83bd40b64962a99e5591cb8d85f7a027dc94ce..0d0f4fa994822d99c0cde1bf49f6512e32c7b8ef 100644 (file)
@@ -2,12 +2,9 @@
 System Library
 ==============
 
-.. sectionauthor:: Reid Spencer <rspencer@x10sys.com>
-
 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 +245,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.
-