diff options
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/Makefile')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/CodeGen/ModuloScheduling/Makefile b/lib/CodeGen/ModuloScheduling/Makefile deleted file mode 100644 index febdbf8..0000000 --- a/lib/CodeGen/ModuloScheduling/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/CodeGen/ModuloScheduling/Makefile ---------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -LEVEL = ../../.. - -DIRS = - -LIBRARYNAME = modulosched - -include $(LEVEL)/Makefile.common |