From 7c6d410f66b3b76a5c1867b827cfc6ff46591bf9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 22 Jul 2008 06:46:17 +0000 Subject: [PATCH] Use — because. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53901 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lexicon.html b/docs/Lexicon.html index fbe09564c75..62506d858b1 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -91,7 +91,7 @@
BURS
-
Bottom Up Rewriting System - A method of instruction selection for +
Bottom Up Rewriting System—A method of instruction selection for code generation. An example is the BURG tool.