diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-03-06 18:44:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-03-06 18:44:29 +0000 |
| commit | 46519418b02ca3de59493697de79d48598274594 (patch) | |
| tree | f92a966df142b18d0e75d7562c9cb8b402a9479b /llvm/lib | |
| parent | b5ccfe0e32330d13e9692d9c013ae9396469b001 (diff) | |
| download | bcm5719-llvm-46519418b02ca3de59493697de79d48598274594.tar.gz bcm5719-llvm-46519418b02ca3de59493697de79d48598274594.zip | |
Pull interprocedural analyses out of Analysis library into their own lib
llvm-svn: 1827
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile index 3979709be83..69359afb8f0 100644 --- a/llvm/lib/Analysis/Makefile +++ b/llvm/lib/Analysis/Makefile @@ -3,7 +3,7 @@ LEVEL = ../.. LIBRARYNAME = analysis -DIRS = LiveVar +DIRS = LiveVar IPA include $(LEVEL)/Makefile.common |

