aboutsummaryrefslogtreecommitdiffstats
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
commit5a6f17ba171ee0c8c5b0dcf6812f3982d32a32c6 (patch)
tree7a7ddd1878e8a8dc62d910ee1e88b5c034b4c77d /lib/Target/CellSPU/README.txt
parentc667e3577682d9a462eeffb11db3fd214cec75ed (diff)
downloadexternal_llvm-5a6f17ba171ee0c8c5b0dcf6812f3982d32a32c6.zip
external_llvm-5a6f17ba171ee0c8c5b0dcf6812f3982d32a32c6.tar.gz
external_llvm-5a6f17ba171ee0c8c5b0dcf6812f3982d32a32c6.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
---------------------------------------------------------------------------