diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:48 +0000 |
commit | ee965abc367045a647fd33a5df3295e097925e3a (patch) | |
tree | 0632ccb72c12c4fbce7c66745c3534bb2b63e6f6 /llvm/lib/Makefile | |
parent | 4f32cf118a4fbf1419b3ed18db2363cb5ad47de0 (diff) | |
download | bcm5719-llvm-ee965abc367045a647fd33a5df3295e097925e3a.tar.gz bcm5719-llvm-ee965abc367045a647fd33a5df3295e097925e3a.zip |
Move stuff out of the Optimizations directories into the appropriate Transforms
directories. Eliminate the opt namespace.
llvm-svn: 1520
Diffstat (limited to 'llvm/lib/Makefile')
-rw-r--r-- | llvm/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile index 5ff4f16e62f..3ec77717007 100644 --- a/llvm/lib/Makefile +++ b/llvm/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target +DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target include $(LEVEL)/Makefile.common |