From b18ed088fbc6552f7fef74f9ba71209881446a8a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Jul 2003 19:07:27 +0000 Subject: Remove instloops library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7210 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index da7ee0d2a5..73dd08aba7 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -4,7 +4,7 @@ TOOLNAME = opt USEDLIBS = bcreader bcwriter \ instrument profpaths scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ - transformutils vmcore support instloops + transformutils vmcore support TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common -- cgit v1.2.3