Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / inline-asm-function.c
1 // RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2 // 7533078 (partial).
3
4 asm int f() {
5   xyz
6 }