aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/IfConversion.cpp
AgeCommit message (Expand)Author
2007-05-18Make use of target specific block size limits; bug fixes.Evan Cheng
2007-05-16isBlockPredicable() always ignore terminal instructions; add comments.Evan Cheng
2007-05-16Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.Evan Cheng
2007-05-16Devang points out that we need an assertion here.Evan Cheng
2007-05-16Initial commit of (very basic) if converter.Evan Cheng