PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2002-07-31-SubregFailure.c
blob15573f9128ad4f822eef5ffe50b5cfebcc1b51fa
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
4 typedef union {
5 long (*ap)[4];
6 } ptrs;
8 void DoAssignIteration() {
9 ptrs abase;
10 abase.ap+=27;
11 Assignment(*abase.ap);