From: Brian Gaeke Date: Thu, 21 Aug 2003 20:32:04 +0000 (+0000) Subject: Reoptimizer has moved to reopt cvs module. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b1c125e2cda96ff64a8e35029cb6067633c7e8ad;p=oota-llvm.git Reoptimizer has moved to reopt cvs module. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8018 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index 8364f3c2f48..d0f6f57d393 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,7 +2,5 @@ LEVEL = .. PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter -OPTIONAL_DIRS = Reoptimizer - include $(LEVEL)/Makefile.common