aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-10 22:50:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-10 22:50:31 +0000
commit796aacf2e21077baa01dc1d5566ed35b2cd64fbc (patch)
tree7a7217121dab16b92d836d8f96ce711fd96b5961
parent420025b04f4ca81ea1fa29a6ab995864a2dce7b6 (diff)
Fix named of a library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16896 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile.am b/tools/llc/Makefile.am
index 8e19a2212b..2513cad482 100644
--- a/tools/llc/Makefile.am
+++ b/tools/llc/Makefile.am
@@ -15,7 +15,7 @@ llc_SOURCES = llc.cpp
llc_LDADD = \
$(call GETOBJS,CWriter,PowerPC,SparcV9,X86,Skeleton,SelectionDAG) \
- $(call GETOBJS,SparcV9RegAlloc,SparcV9Sched,CodeGen) \
+ $(call GETOBJS,SparcV9RegAlloc,SparcV9InstrSched,CodeGen) \
$(call GETLIBS,Target) \
$(call GETOBJS,SparcV9LiveVar) \
$(call GETLIBS,IPA,Transforms,ScalarOpts,Analysis,TransformUtils) \