[X86] Only 213 FMA3 variants should be marked commutable.
[oota-llvm.git] / lib / Makefile
index fd575cd19570ef2034af5f9e8e6614a1a87e5e99..a97f71aded08062e1e247e03e06d26e6aff83304 100644 (file)
@@ -10,8 +10,8 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Linker MC Object DebugInfo
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
+                 ExecutionEngine Linker LTO MC Object Option DebugInfo   \
+                 IRReader LineEditor
 
 include $(LEVEL)/Makefile.common
-