From 4efe35fd5ebd12f5035ce09d58cea6b9b99ce37b Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 4 Aug 2004 07:39:21 +0000 Subject: [PATCH] sparcv9select is history git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15479 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 617518c7c1d..593459d48aa 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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 \ -- 2.34.1