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.