sparcv9select is history
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:39:21 +0000 (07:39 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:39:21 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15479 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/Makefile

index 617518c7c1d06c62efdae13aa578bbe9be471550..593459d48aa7b619ada21891a0515b5b0f0c6512 100644 (file)
@@ -43,7 +43,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 \