PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2002-01-23-LoadQISIReloadFailure.c
blob258d3cc0e3dc485d6e02dff3c1aa2d0416b97489
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 /* Regression test. Just compile .c -> .ll to test */
4 int foo(void) {
5 unsigned char *pp;
6 unsigned w_cnt;
8 w_cnt += *pp;
10 return w_cnt;