diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:42:11 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:42:11 +0000 |
commit | 25d80cdcc68080342aa65c037a4e9ebc67d3e256 (patch) | |
tree | 99c328293f030062e817ddee16668a3c6227fb30 /lib/CodeGen | |
parent | fafda59f0815b9cf2dadbbe871d5a02a5cf78dd7 (diff) | |
download | external_llvm-25d80cdcc68080342aa65c037a4e9ebc67d3e256.zip external_llvm-25d80cdcc68080342aa65c037a4e9ebc67d3e256.tar.gz external_llvm-25d80cdcc68080342aa65c037a4e9ebc67d3e256.tar.bz2 |
Peephole optimization pass on final machine code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/PostOpts/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/CodeGen/PostOpts/Makefile b/lib/CodeGen/PostOpts/Makefile new file mode 100644 index 0000000..5d1242c --- /dev/null +++ b/lib/CodeGen/PostOpts/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = postopts + +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common |