mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Fix some typos. Minor tweaks to how some things were expressed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -114,10 +114,9 @@ implemented (such as rvalue references and variadic templates).  LLVM 2.9 has | |||||||
| also brought in a large range of bug fixes and minor features (e.g. __label__ | also brought in a large range of bug fixes and minor features (e.g. __label__ | ||||||
| support), and is much more compatible with the Linux Kernel.</p>   | support), and is much more compatible with the Linux Kernel.</p>   | ||||||
|    |    | ||||||
| <p>If Clang rejects your code that is built with another compiler, please take a | <p>If Clang rejects your code but another compiler accepts it, please take a | ||||||
| look at the <a href="http://clang.llvm.org/compatibility.html">language | look at the <a href="http://clang.llvm.org/compatibility.html">language | ||||||
| compatibility</a> guide to make sure the issue isn't intentional or a known | compatibility</a> guide to make sure this is not intentional or a known issue. | ||||||
| issue. |  | ||||||
| </p> | </p> | ||||||
|  |  | ||||||
| <ul> | <ul> | ||||||
| @@ -626,7 +625,7 @@ it run faster:</p> | |||||||
|   The reimplementation uses a new LLVM IR <a  |   The reimplementation uses a new LLVM IR <a  | ||||||
|   href="LangRef.html#t_x86mmx">x86_mmx</a> type to ensure that MMX operations |   href="LangRef.html#t_x86mmx">x86_mmx</a> type to ensure that MMX operations | ||||||
|   are <em>only</em> generated from source that uses MMX builtin operations. With |   are <em>only</em> generated from source that uses MMX builtin operations. With | ||||||
|   this, random types like <2 x i32> are not turned into to MMX operations |   this, random types like <2 x i32> are not turned into MMX operations | ||||||
|   (which can be catastrophic without proper "emms" insertion).  Because the X86 |   (which can be catastrophic without proper "emms" insertion).  Because the X86 | ||||||
|   code generator always generates reliable code, the -disable-mmx flag is now |   code generator always generates reliable code, the -disable-mmx flag is now | ||||||
|   removed. |   removed. | ||||||
| @@ -690,7 +689,7 @@ it run faster:</p> | |||||||
|   multiplications and addition of a simple delay slot filler.</li> |   multiplications and addition of a simple delay slot filler.</li> | ||||||
|  |  | ||||||
| <li>PowerPC: The backend has been largely MC'ized and is ready to support | <li>PowerPC: The backend has been largely MC'ized and is ready to support | ||||||
|   directly writing out mach-o object files.  Noone seems interested in finishing |   directly writing out mach-o object files.  No one seems interested in finishing | ||||||
|   this final step though.</li> |   this final step though.</li> | ||||||
|    |    | ||||||
| </ul> | </ul> | ||||||
| @@ -727,7 +726,7 @@ from the previous release.</p> | |||||||
|      |      | ||||||
| <li>The LoopIndexSplit, LiveValues, SimplifyHalfPowrLibCalls, GEPSplitter, and | <li>The LoopIndexSplit, LiveValues, SimplifyHalfPowrLibCalls, GEPSplitter, and | ||||||
|   PartialSpecialization passes were removed.  They were unmaintained, |   PartialSpecialization passes were removed.  They were unmaintained, | ||||||
|   buggy, or decided to be a bad idea.</li> |   buggy, or deemed to be a bad idea.</li> | ||||||
| </ul> | </ul> | ||||||
|  |  | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user