[X86] Use min/max to optimze unsigend vector comparison on X86
[oota-llvm.git] / unittests / Makefile
index 9f377cd744c1f2fd3d2744f1906aa45b3c736814..d8bf1f8fffd3deebb777df05bcbf3851a4ac508f 100644 (file)
@@ -9,7 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \
+               DebugInfo Object
 
 include $(LEVEL)/Makefile.common