Fix typo that changed the logic to something wrong.
[oota-llvm.git] / lib / Transforms / Scalar / LoopDeletion.cpp
2008-05-29 Owen AndersonRemove debugging code.
2008-05-16 Owen AndersonClean ups for loop deletion based on Chris' feedback.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-08 Gordon HenriksenImprove pass documentation and comments.
2008-05-06 Owen AndersonWe need to update PHIs containing the exiting block...
2008-04-30 Owen AndersonThis condition got inverted accidentally.
2008-04-29 Owen AndersonA lot of cleanups and documentation improvements, as...
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part one.