[llvm-commits] [llvm] r102057 - /llvm/trunk/docs/ReleaseNotes.html

Gabor Greif ggreif at gmail.com
Thu Apr 22 03:25:23 PDT 2010


Author: ggreif
Date: Thu Apr 22 05:25:23 2010
New Revision: 102057

URL: http://llvm.org/viewvc/llvm-project?rev=102057&view=rev
Log:
<pre> seems to close <p>

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=102057&r1=102056&r2=102057&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 05:25:23 2010
@@ -274,12 +274,10 @@
    made substantially more progress on LLVM mainline.</p>
 
 <p>One minor example of what MC can do is to transcode an AT&T syntax
-   X86 .s file into intel syntax.  You can do this with something like:
-   
+   X86 .s file into intel syntax.  You can do this with something like:</p>
 <pre>
   llvm-mc foo.s -output-asm-variant=1 -o foo-intel.s
 </pre>
-</p>
 
 </div>	
 





More information about the llvm-commits mailing list