Minor cleanups (use dyn_cast instead of testing manually)
[oota-llvm.git] / lib / Makefile
index 21a46794d871411401d0aa65771b0ecae737f537..3ec777170076cd7036fcc757401a39fc6b344304 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
+DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target
 
 include $(LEVEL)/Makefile.common