Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2008-08-07-GEPIntToPtr.c
2008-08-08 Nick LewyckyTestcase for r54520.