repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-08-17-DeadCodeShortCircuit.c
blob
c275fee5d09a313b817ff176876c74a6cd6ed801
1
// RUN: %llvmgcc -xc %s -c -o %t.o
2
3
int
test
(
_Bool pos
,
_Bool color
) {
4
return
0
;
5
return
(
pos
&&
color
);
6
}
7