Use i8 as SETCC result type for i1 in SPU.
[oota-llvm.git] / lib / Target / CellSPU / Makefile
index d12395f57145b084ab1913a5417883ff507b511b..77c66be9e85781b78cfc579829840a07bf74c252 100644 (file)
@@ -1,5 +1,5 @@
 ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 LEVEL = ../../..
 LIBRARYNAME = LLVMCellSPUCodeGen
 TARGET = SPU
-
 BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
                SPUGenAsmWriter.inc SPUGenCodeEmitter.inc \
                SPUGenRegisterInfo.h.inc SPUGenRegisterInfo.inc \
                SPUGenInstrInfo.inc SPUGenDAGISel.inc \
                SPUGenSubtarget.inc SPUGenCallingConv.inc
 
-DIRS = AsmPrinter
+DIRS = TargetInfo
 
 include $(LEVEL)/Makefile.common