Simplify this pass by using a depth-first iterator to ensure that all
[oota-llvm.git] / lib / Transforms / Utils / SimplifyInstructions.cpp
2010-12-31 Duncan SandsSimplify this pass by using a depth-first iterator...
2010-12-31 Duncan SandsZap dead instructions harder.
2010-12-21 Duncan SandsVisit instructions deterministically. Use a FIFO so...
2010-12-21 Duncan SandsIf an instruction simplifies, try again to simplify...
2010-12-20 Duncan SandsOops, forgot to add the pass itself!