hoist the call to processDebugLoc out of the generated
[oota-llvm.git] / lib / Target / CellSPU / Makefile
index d12395f57145b084ab1913a5417883ff507b511b..8415168aea20076596f4f97c64ba1a542c9521a7 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
@@ -17,6 +17,6 @@ BUILT_SOURCES = SPUGenInstrNames.inc SPUGenRegisterNames.inc \
                SPUGenInstrInfo.inc SPUGenDAGISel.inc \
                SPUGenSubtarget.inc SPUGenCallingConv.inc
 
-DIRS = AsmPrinter
+DIRS = AsmPrinter TargetInfo
 
 include $(LEVEL)/Makefile.common