Introduce a new ReplaceCallWith method, which simplifies a lot of code.
[oota-llvm.git] / lib / Makefile
index b89b73d502b807e2639e3c4f619cd0ef72c6d3f9..2440dd48068bcb7643db53b1067d22f52eea14f2 100644 (file)
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
-                ExecutionEngine Debugger Linker
+PARALLEL_DIRS = VMCore AsmParser Bytecode Analysis Transforms CodeGen Target \
+                ExecutionEngine Debugger Linker 
 
 include $(LEVEL)/Makefile.common