Added emitfuncs pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla 2002-07-12 20:12:59 +00:00
parent 135b75db49
commit 0ec220ca37

View File

@ -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