Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2011-03-31-ArrayRefFolding.c
2011-03-31 Bill WendlingTestcase for r128619 (PR9571).