Don't hardcode the TType format size. In fact, rework the code so that it's more
[oota-llvm.git] / lib / CodeGen / PHIElimination.h
2009-09-04 Evan ChengFix comment for consistency sake.
2009-07-23 Lang HamesAdded PHI Def & Kill tracking to PHIElimination pass.
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.