Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2010-07-27-MinNoFoldConst.c
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-07-27 Stuart HastingsTestcase for r109556. Radar 8198362.