diff options
author | Scott Michel <scottm@aero.org> | 2008-01-30 02:55:46 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2008-01-30 02:55:46 +0000 |
commit | 7f9ba9bb3c969eab32118dd21f15b4b74843c5c1 (patch) | |
tree | 7a7ddd1878e8a8dc62d910ee1e88b5c034b4c77d /lib/Target/CellSPU/Makefile | |
parent | 772601a8850808a66270372164941e373074493d (diff) | |
download | external_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/Makefile')
-rw-r--r-- | lib/Target/CellSPU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/Makefile b/lib/Target/CellSPU/Makefile index b204650..13fa781 100644 --- a/lib/Target/CellSPU/Makefile +++ b/lib/Target/CellSPU/Makefile @@ -13,7 +13,7 @@ TARGET = SPU BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \ SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \ - SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \ + SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \ SPUGenInstrInfo.inc SPUGenDAGISel.inc \ SPUGenSubtarget.inc SPUGenCallingConv.inc |