diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-05 06:32:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-05 06:32:59 +0000 |
commit | e7c839ed5ae54563eee4934c420325c462c4d656 (patch) | |
tree | a15ca0dd73087c98cc6d815528f1676c18ca2406 /lib/Target/Sparc | |
parent | 4ee621125876cc954cba5280dd9395552755a871 (diff) | |
download | external_llvm-e7c839ed5ae54563eee4934c420325c462c4d656.zip external_llvm-e7c839ed5ae54563eee4934c420325c462c4d656.tar.gz external_llvm-e7c839ed5ae54563eee4934c420325c462c4d656.tar.bz2 |
remove V8 reference
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r-- | lib/Target/Sparc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 352f842..dc4e7ce 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -2,7 +2,7 @@ To-do ----- -* Enable LSR for V8. +* Enable LSR for SPARC. * Keep the address of the constant pool in a register instead of forming its address all of the time. * We can fold small constant offsets into the %hi/%lo references to constant |