Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2010-06-28-DbgLocalVar.c
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...