summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PostOpts
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:42:11 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:42:11 +0000
commit5e1c4345724a863ba73ef724e885d709b8aa7f32 (patch)
treea82c855c9f5b709371add470286bd5e74a6b0f17 /llvm/lib/CodeGen/PostOpts
parenta50098d8e4d57b56568295a6477e029549bfe681 (diff)
downloadbcm5719-llvm-5e1c4345724a863ba73ef724e885d709b8aa7f32.tar.gz
bcm5719-llvm-5e1c4345724a863ba73ef724e885d709b8aa7f32.zip
Peephole optimization pass on final machine code.
llvm-svn: 3840
Diffstat (limited to 'llvm/lib/CodeGen/PostOpts')
-rw-r--r--llvm/lib/CodeGen/PostOpts/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/PostOpts/Makefile b/llvm/lib/CodeGen/PostOpts/Makefile
new file mode 100644
index 00000000000..5d1242ca9d8
--- /dev/null
+++ b/llvm/lib/CodeGen/PostOpts/Makefile
@@ -0,0 +1,9 @@
+LEVEL = ../../..
+
+DIRS =
+
+LIBRARYNAME = postopts
+
+BUILD_ARCHIVE = 1
+
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud