llvm-6502/tools/opt
Duncan Sands 0e3b7b2f91 Give GlobalsModRef a whirl in the nightly testers.
I placed it just before GVN because that it is the
pass most likely to benefit from it.  Some quick
and dirty testing confirms that this is a decent
place for it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56144 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-12 08:23:37 +00:00
..
AnalysisWrappers.cpp
GraphPrinters.cpp Move dominator info printer into tool/opt/GraphPrinters.cpp 2008-06-30 17:32:58 +00:00
Makefile
opt.cpp Give GlobalsModRef a whirl in the nightly testers. 2008-09-12 08:23:37 +00:00
PrintSCC.cpp