Removed emitfuncs: now its part of instrument library
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 18:59:55 +0000 (18:59 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 18:59:55 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2929 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 184070b326e3b63badc8d3e1683c49a40e4cd893..9b1df54b85153af4517bb3d07eee58ef8073fc47 100644 (file)
@@ -2,7 +2,7 @@ LEVEL = ../..
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
-           ipo ipa datastructure transforms target analysis transformutils vmcore support emitfuncs
+           ipo ipa datastructure transforms target analysis transformutils vmcore support
 
 include $(LEVEL)/Makefile.common