aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:29:28 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:29:28 +0000
commitabf055c69857b62aa67fe159b23f03c7186ed726 (patch)
treea51cae27c7340e28b0ac54d20dfa26f16100b735 /lib/CodeGen
parent3aaff7eebd293bf1b409d2b8ab03da4658839df8 (diff)
Moving these files from Code/PreSelection to here.
Original logs for PreSelection.cpp: revision 1.2 date: 2002/09/17 23:50:32; author: lattner; state: Exp; lines: +1 -3 Don't put default parameter values into .cpp files, it breaks 3.x compilers revision 1.1 date: 2002/09/16 15:31:13; author: vadve; state: Exp; New preselection pass that specializes LLVM code for a target machine, while remaining in legal portable LLVM form and preserving type information and type safety. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/PreOpts/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/CodeGen/PreOpts/Makefile b/lib/CodeGen/PreOpts/Makefile
new file mode 100644
index 0000000000..4085f0cd0a
--- /dev/null
+++ b/lib/CodeGen/PreOpts/Makefile
@@ -0,0 +1,8 @@
+LEVEL = ../../..
+
+DIRS =
+
+LIBRARYNAME = preopts
+
+include $(LEVEL)/Makefile.common
+