From: Anand Shukla Date: Fri, 12 Jul 2002 20:12:59 +0000 (+0000) Subject: Added emitfuncs pass X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ec220ca37776b5fa65d5dcc6f77473b62bd06f7;p=oota-llvm.git Added emitfuncs pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9b1df54b851..184070b326e 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa datastructure transforms target analysis transformutils vmcore support + ipo ipa datastructure transforms target analysis transformutils vmcore support emitfuncs include $(LEVEL)/Makefile.common