LoopVectorize: Vectorize all accesses in address space zero with unit stride
[oota-llvm.git] / lib / Makefile
index 043eda6b99b7ec65608e425dcdd5db224c9aa8d8..0a4435ef64d614deb5657e4fca805793c9724381 100644 (file)
@@ -10,8 +10,9 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := IR AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Linker MC Object Option DebugInfo
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \
+                 Target ExecutionEngine Linker MC Object Option DebugInfo \
+                                                                IRReader
 
 include $(LEVEL)/Makefile.common