PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2005-01-02-PointerDifference.c
bloba351da2ed8c8cadf2e8e216cd60c4d76c5a89583
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
3 int Diff(int *P, int *Q) { return P-Q; }