Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / implicit-arg.c
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2009-01-27 Evan ChengForgot this test case.