From ed38745a2ad0279391485560d86cfa798b7af3ff Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 22 Apr 2010 10:25:23 +0000 Subject: [PATCH]
 seems to close 

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102057 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9f4eabb4ce0..c4b7185c896 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -274,12 +274,10 @@ LLVM MC Project Blog Post. made substantially more progress on LLVM mainline.

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:

   llvm-mc foo.s -output-asm-variant=1 -o foo-intel.s
 
-