summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:26:14 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:26:14 +0000
commitc7f87d30abe727cd8e47877568f4f7cb5d64bd7e (patch)
treee75e1e60c9e4b01cc62eb028ac4c49a22e03c588
parent8a3d3d26a51b862ab566ff0011a64eb402ad34ec (diff)
downloadbcm5719-llvm-c7f87d30abe727cd8e47877568f4f7cb5d64bd7e.tar.gz
bcm5719-llvm-c7f87d30abe727cd8e47877568f4f7cb5d64bd7e.zip
Sparc peephole optimizer moved out of post-opts library into Sparc target library
llvm-svn: 8302
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
-rw-r--r--llvm/tools/llc/Makefile1
-rw-r--r--llvm/tools/lli/Makefile2
3 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index d1ba9b6e979..683df154e7d 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- select postopts.a preopts
+ select preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 56ed57ab340..213530d0b26 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -8,7 +8,6 @@ USEDLIBS = sparc \
select \
codegen \
preopts \
- postopts.a \
target.a \
livevar \
transforms.a \
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index d1ba9b6e979..683df154e7d 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/tools/lli/Makefile
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
JITLIBS += sparc
ARCHLIBS += sched livevar instrument.a profpaths \
bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
- select postopts.a preopts
+ select preopts
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
OpenPOWER on IntegriCloud