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 c7e4850..cfb2ac5 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -44,7 +44,7 @@
   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 \