Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2006-03-17-KnRMismatch.c
1 // RUN: %llvmgcc %s -S -o -
2
3 void regnode(int op);
4
5 void regnode(op)
6 char op;
7 {
8 }