diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-04-22 10:25:23 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-04-22 10:25:23 +0000 |
commit | ed38745a2ad0279391485560d86cfa798b7af3ff (patch) | |
tree | 300baef852b8c9d835a2b8be07bcac3282e41c6a /docs/ReleaseNotes.html | |
parent | ee2187a38d868ca424b094580f55b346ad4da4a7 (diff) | |
download | external_llvm-ed38745a2ad0279391485560d86cfa798b7af3ff.zip external_llvm-ed38745a2ad0279391485560d86cfa798b7af3ff.tar.gz external_llvm-ed38745a2ad0279391485560d86cfa798b7af3ff.tar.bz2 |
<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.html | 4 |
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&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> |