Optimize exact sdiv by a constant power of 2 to ashr.
[oota-llvm.git] / test / FrontendC / 2005-01-02-PointerDifference.c
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
2
3 int Diff(int *P, int *Q) { return P-Q; }