commit | 1df01504c6974f6af9fb62f63976da27e6e30e31 | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Sun Oct 10 23:37:40 2004 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Sun Oct 10 23:37:40 2004 +0000 |
tree | 7a37bcae3b8ac4499263a8549014a350349dfb75 | |
parent | b4cb9fc7c93c4c0fcb38667dc79ae8e045516734 [diff] [blame] |
ModuloScheduling has moved to lib/Target/SparcV9 llvm-svn: 16906
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 1253ea8..cc72a03 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile
@@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = SelectionDAG ModuloScheduling +PARALLEL_DIRS = SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common