From 796aacf2e21077baa01dc1d5566ed35b2cd64fbc Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 10 Oct 2004 22:50:31 +0000 Subject: [PATCH] Fix named of a library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16896 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \