sparcv9select is history


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15479 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 617518c..593459d 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -43,7 +43,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 \