PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2003-08-17-DeadCodeShortCircuit.c
blobc275fee5d09a313b817ff176876c74a6cd6ed801
1 // RUN: %llvmgcc -xc %s -c -o %t.o
3 int test(_Bool pos, _Bool color) {
4 return 0;
5 return (pos && color);