Remove instloops library
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2003 19:07:27 +0000 (19:07 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2003 19:07:27 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7210 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index da7ee0d2a577a8b500fb5c60ae4927d7233ae75a..73dd08aba73c7f8a6e11b2e82f0afbcb47fb8cd1 100644 (file)
@@ -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