diff options
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-15 00:31:44 +0000 |
---|---|---|
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-09-15 00:31:44 +0000 |
commit | 1f3b29fc72972c84a7c2f742ddd028dbd86dc0c9 (patch) | |
tree | f0e831b4af8ab826e539c28f442e8724fee58864 | |
parent | e38bd53361bd780585d056232d2a939403034af0 (diff) |
-reg alloc code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@586 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/RegAlloc/Makefile | 7 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/Makefile | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile new file mode 100644 index 0000000000..f2b4aa8a9d --- /dev/null +++ b/lib/CodeGen/RegAlloc/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = regalloc + +include $(LEVEL)/Makefile.common diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile new file mode 100644 index 0000000000..f2b4aa8a9d --- /dev/null +++ b/lib/Target/SparcV9/RegAlloc/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = regalloc + +include $(LEVEL)/Makefile.common |