Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2009-07-17-VoidParameter.c
2009-07-17 Duncan SandsTestcase for PR4214.