Add some details

llvm-svn: 16035
This commit is contained in:
Chris Lattner 2004-08-24 18:53:39 +00:00
parent 7c8d658efc
commit 7bf499c040
1 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,9 @@
<div class="doc_text"> <div class="doc_text">
<dl> <dl>
<dt><a name="BURS"><b>BURS</b></a></dt> <dt><a name="BURS"><b>BURS</b></a></dt>
<dd>Bottom Up Rewriting System</dd> <dd>Bottom Up Rewriting System - A method of instruction selection for
code generation. An example is the <a
href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
</dl> </dl>
</div> </div>
<!-- _______________________________________________________________________ --> <!-- _______________________________________________________________________ -->