diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2002-11-20 00:56:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-11-20 00:56:42 +0000 |
commit | 90ed18c2018e4026ac06e8a30405e5666deb2f1e (patch) | |
tree | 4cbcee42e689773fa01185069df03c842f40256a /lib/Target/X86/README.txt | |
parent | 1617e6c9974813030c8294243bf9e152f89ffd9b (diff) | |
download | external_llvm-90ed18c2018e4026ac06e8a30405e5666deb2f1e.zip external_llvm-90ed18c2018e4026ac06e8a30405e5666deb2f1e.tar.gz external_llvm-90ed18c2018e4026ac06e8a30405e5666deb2f1e.tar.bz2 |
Sigh. Fixed some speling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/README.txt')
-rw-r--r-- | lib/Target/X86/README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index b5101e4..ad19ed7 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -104,7 +104,7 @@ the TargetMachine, TargetData, MachineInstrInfo, and MRegisterInfo classes. 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 @@ any target specific header files. 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 @@ V. TODO / Future Projects 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 |