From 7bf499c0405c332567806807b1d31823f4ee12cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Aug 2004 18:53:39 +0000 Subject: [PATCH] Add some details llvm-svn: 16035 --- llvm/docs/Lexicon.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/docs/Lexicon.html b/llvm/docs/Lexicon.html index 355306bb7e45..e735a9906b8a 100644 --- a/llvm/docs/Lexicon.html +++ b/llvm/docs/Lexicon.html @@ -79,7 +79,9 @@
BURS
-
Bottom Up Rewriting System
+
Bottom Up Rewriting System - A method of instruction selection for + code generation. An example is the BURG tool.