[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Misha Brukman brukman at cs.uiuc.edu
Tue Nov 19 18:57:00 PST 2002


Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.3 -> 1.4

---
Log message:

Sigh. Fixed some speling.


---
Diffs of the changes:

Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.3 llvm/lib/Target/X86/README.txt:1.4
--- llvm/lib/Target/X86/README.txt:1.3	Sun Nov 17 14:33:26 2002
+++ llvm/lib/Target/X86/README.txt	Tue Nov 19 18:56:42 2002
@@ -104,7 +104,7 @@
 
 lib/CodeGen
 -----------
-This directory will contain all of the target independant transformations (for
+This directory will contain all of the target independent transformations (for
 example, register allocation) that we write.  These transformations should only
 use information exposed through the Target interface, they should not include
 any target specific header files.
@@ -112,7 +112,7 @@
 lib/Target/X86
 --------------
 This directory contains the machine description for X86 that is required to the
-rest of the compiler working.  It contains any code that is truely specific to
+rest of the compiler working.  It contains any code that is truly specific to
 the X86 backend, for example the instruction selector and machine code emitter.
 
 tools/jello
@@ -159,7 +159,7 @@
 
 There are a large number of things remaining to do.  Here is a partial list:
 
-Critial path:
+Critical path:
 -------------
 
 0. Finish providing SSA form.  This involves keeping track of some information





More information about the llvm-commits mailing list