From: Reid Spencer Date: Sun, 10 Oct 2004 22:50:31 +0000 (+0000) Subject: Fix named of a library. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=796aacf2e21077baa01dc1d5566ed35b2cd64fbc;p=oota-llvm.git Fix named of a library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16896 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile.am b/tools/llc/Makefile.am index 8e19a2212b8..2513cad4825 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) \