expose LICM pass
[oota-llvm.git] / tools / opt / Makefile
index 073cc0e527e049d2426b93f245d72599861a8d71..cfe97d77cd72460cefd7440186bbd4bceb86557b 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
-           ipo ipa target analysis transforms vmcore support
+USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+           ipo ipa datastructure transforms target analysis transformutils vmcore support
 
 include $(LEVEL)/Makefile.common