summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-04-22 10:25:23 +0000
committerGabor Greif <ggreif@gmail.com>2010-04-22 10:25:23 +0000
commited38745a2ad0279391485560d86cfa798b7af3ff (patch)
tree300baef852b8c9d835a2b8be07bcac3282e41c6a /docs/ReleaseNotes.html
parentee2187a38d868ca424b094580f55b346ad4da4a7 (diff)
downloadllvm-ed38745a2ad0279391485560d86cfa798b7af3ff.tar.gz
llvm-ed38745a2ad0279391485560d86cfa798b7af3ff.tar.bz2
llvm-ed38745a2ad0279391485560d86cfa798b7af3ff.tar.xz
<pre> seems to close <p>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9f4eabb4ce..c4b7185c89 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>