diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-10 23:37:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-10 23:37:40 +0000 |
commit | de2a9432f9b4015959bd791866a2a1d838ca1688 (patch) | |
tree | f7672322bdf1cc45b4f7a81dbdb9e7a1d640e1eb /lib/CodeGen | |
parent | b15d4c6072422a231330036f46ca8f45d989ff39 (diff) |
ModuloScheduling has moved to lib/Target/SparcV9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/Makefile | 2 | ||||
-rw-r--r-- | lib/CodeGen/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 1253ea8fa9..cc72a03a16 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = SelectionDAG ModuloScheduling +PARALLEL_DIRS = SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common diff --git a/lib/CodeGen/Makefile.am b/lib/CodeGen/Makefile.am index f2edae1ead..0f3cdd2fd5 100644 --- a/lib/CodeGen/Makefile.am +++ b/lib/CodeGen/Makefile.am @@ -9,7 +9,7 @@ include $(top_srcdir)/Makefile.rules.am -SUBDIRS = ModuloScheduling SelectionDAG +SUBDIRS = SelectionDAG libexec_PROGRAMS = LLVMCodeGen.o |