aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9f4eabb..c4b7185 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -274,12 +274,10 @@ LLVM MC Project Blog Post</a>.
made substantially more progress on LLVM mainline.</p>
<p>One minor example of what MC can do is to transcode an AT&amp;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>