summaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/README.txt
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-01-30 02:55:46 +0000
committerScott Michel <scottm@aero.org>2008-01-30 02:55:46 +0000
commit7f9ba9bb3c969eab32118dd21f15b4b74843c5c1 (patch)
tree7a7ddd1878e8a8dc62d910ee1e88b5c034b4c77d /lib/Target/CellSPU/README.txt
parent772601a8850808a66270372164941e373074493d (diff)
downloadexternal_llvm-7f9ba9bb3c969eab32118dd21f15b4b74843c5c1.zip
external_llvm-7f9ba9bb3c969eab32118dd21f15b4b74843c5c1.tar.gz
external_llvm-7f9ba9bb3c969eab32118dd21f15b4b74843c5c1.tar.bz2
More cleanups for CellSPU:
- Expand tabs... (poss 80-col violations, will get them later...) - Consolidate logic for SelectDFormAddr and SelectDForm2Addr into a single function, simplifying maintenance. Also reduced custom instruction generation for SPUvecinsert/INSERT_MASK. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/README.txt')
-rw-r--r--lib/Target/CellSPU/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/CellSPU/README.txt b/lib/Target/CellSPU/README.txt
index 5f63840..1d90f2a 100644
--- a/lib/Target/CellSPU/README.txt
+++ b/lib/Target/CellSPU/README.txt
@@ -28,8 +28,8 @@ SUCH DAMAGES ARE FORESEEABLE.
If you are brave enough to try this code or help to hack on it, be sure
to add 'spu' to configure's --enable-targets option, e.g.:
- ./configure <your_configure_flags_here> \
- --enable-targets=x86,x86_64,powerpc,spu
+ ./configure <your_configure_flags_here> \
+ --enable-targets=x86,x86_64,powerpc,spu
---------------------------------------------------------------------------