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-11-04-OutOfMemory.c
blob
6a42e160f27905419cd78c165111788034aa99fd
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
void
schedule_timeout
(
signed long
timeout
)
4
{
5
switch
(
timeout
)
6
{
7
case
((
long
)(~
0UL
>>
1
)):
break
;
8
}
9
}