Genericize the ReversePostOrderIterator.
[oota-llvm.git] / tools / opt / Makefile
index a4c11102019102988fd9962bca58df408cd2e3a1..882313a7655fa9990445006f1a07ba04ae1b8671 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis
+USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \
+           ipo target analysis transforms vmcore support
 
 include $(LEVEL)/Makefile.common