Pull interprocedural analyses out of Analysis library into their own lib
[oota-llvm.git] / lib / Analysis / Makefile
index 3979709be83ec6b90556eb68d069b9a1c4a19389..69359afb8f0028199a1dff64833615156532c5e5 100644 (file)
@@ -3,7 +3,7 @@ LEVEL = ../..
 
 LIBRARYNAME = analysis
 
-DIRS = LiveVar
+DIRS = LiveVar IPA
 
 include $(LEVEL)/Makefile.common