mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
Sparc peephole optimizer moved out of post-opts library into Sparc target library
llvm-svn: 8302
This commit is contained in:
parent
cd2980ec8c
commit
25669f3e09
@ -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 \
|
||||
|
@ -8,7 +8,6 @@ USEDLIBS = sparc \
|
||||
select \
|
||||
codegen \
|
||||
preopts \
|
||||
postopts.a \
|
||||
target.a \
|
||||
livevar \
|
||||
transforms.a \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user