From: Chris Lattner Date: Mon, 21 Jul 2003 19:07:27 +0000 (+0000) Subject: Remove instloops library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b18ed088fbc6552f7fef74f9ba71209881446a8a;p=oota-llvm.git Remove instloops library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7210 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index da7ee0d2a57..73dd08aba73 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