diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-24 18:53:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-24 18:53:39 +0000 |
commit | 7bf499c0405c332567806807b1d31823f4ee12cd (patch) | |
tree | 530e699f91480d7bbd9e1abb462d34712894feab /llvm/docs/Lexicon.html | |
parent | 7c8d658efc527c8ba46eeaf706eecfb3d1d898ad (diff) | |
download | bcm5719-llvm-7bf499c0405c332567806807b1d31823f4ee12cd.tar.gz bcm5719-llvm-7bf499c0405c332567806807b1d31823f4ee12cd.zip |
Add some details
llvm-svn: 16035
Diffstat (limited to 'llvm/docs/Lexicon.html')
-rw-r--r-- | llvm/docs/Lexicon.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/Lexicon.html b/llvm/docs/Lexicon.html index 355306bb7e4..e735a9906b8 100644 --- a/llvm/docs/Lexicon.html +++ b/llvm/docs/Lexicon.html @@ -79,7 +79,9 @@ <div class="doc_text"> <dl> <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> </div> <!-- _______________________________________________________________________ --> |