[llvm-commits] [llvm] r53901 - /llvm/trunk/docs/Lexicon.html
Bill Wendling
isanbard at gmail.com
Mon Jul 21 23:46:19 PDT 2008
Author: void
Date: Tue Jul 22 01:46:17 2008
New Revision: 53901
URL: http://llvm.org/viewvc/llvm-project?rev=53901&view=rev
Log:
Use — because.
Modified:
llvm/trunk/docs/Lexicon.html
Modified: llvm/trunk/docs/Lexicon.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.html?rev=53901&r1=53900&r2=53901&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.html (original)
+++ llvm/trunk/docs/Lexicon.html Tue Jul 22 01:46:17 2008
@@ -91,7 +91,7 @@
<div class="doc_text">
<dl>
<dt><a name="BURS"><b>BURS</b></a></dt>
- <dd>Bottom Up Rewriting System - A method of instruction selection for
+ <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>
More information about the llvm-commits
mailing list