From 5a6f17ba171ee0c8c5b0dcf6812f3982d32a32c6 Mon Sep 17 00:00:00 2001 From: Scott Michel Date: Wed, 30 Jan 2008 02:55:46 +0000 Subject: 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 --- lib/Target/CellSPU/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Target/CellSPU/README.txt') 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 \ - --enable-targets=x86,x86_64,powerpc,spu + ./configure \ + --enable-targets=x86,x86_64,powerpc,spu --------------------------------------------------------------------------- -- cgit v1.1