-reg alloc code
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 00:31:44 +0000 (00:31 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 15 Sep 2001 00:31:44 +0000 (00:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@586 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/Makefile [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/Makefile [new file with mode: 0644]

diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile
new file mode 100644 (file)
index 0000000..f2b4aa8
--- /dev/null
@@ -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 (file)
index 0000000..f2b4aa8
--- /dev/null
@@ -0,0 +1,7 @@
+LEVEL = ../../..
+
+DIRS  = 
+
+LIBRARYNAME = regalloc
+
+include $(LEVEL)/Makefile.common