diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-19 23:09:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-19 23:09:40 +0000 |
commit | d42b167e6126a8276d8590fa7ee93784cca297be (patch) | |
tree | bfcfcf95144cb33b2225a163de706ff53a3bcfe5 /lib/Target | |
parent | 9397204e50e17858b8701ba7dea2e95323f160a4 (diff) | |
download | external_llvm-d42b167e6126a8276d8590fa7ee93784cca297be.zip external_llvm-d42b167e6126a8276d8590fa7ee93784cca297be.tar.gz external_llvm-d42b167e6126a8276d8590fa7ee93784cca297be.tar.bz2 |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/Sparc/README.txt | 2 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index aac0f8a..507eddd 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -2,7 +2,7 @@ SparcV8 backend skeleton ------------------------ -This directory houses a 32-bit SPARC V8 backend employing a expander-based +This directory houses a 32-bit SPARC V8 backend employing an expander-based instruction selector. It is not yet functionally complete. Watch this space for more news coming soon! diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index aac0f8a..507eddd 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -2,7 +2,7 @@ SparcV8 backend skeleton ------------------------ -This directory houses a 32-bit SPARC V8 backend employing a expander-based +This directory houses a 32-bit SPARC V8 backend employing an expander-based instruction selector. It is not yet functionally complete. Watch this space for more news coming soon! |