From: Brian Gaeke Date: Thu, 5 Aug 2004 05:17:19 +0000 (+0000) Subject: sparcv9select is history. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a2b5f45fed05b068aa70c85be9a70960d6996d0c;p=oota-llvm.git sparcv9select is history. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15516 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index c7e4850e6a5..cfb2ac52214 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/Makefile @@ -44,7 +44,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparcv9 ARCHLIBS += sched sparcv9livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a \ - sparcv9regalloc sparcv9select + sparcv9regalloc endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \