repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-11-04-OutOfMemory.c
blob
579c93daae58777b9a71317bbaae2cd334736ab4
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
void
schedule_timeout
(
signed long
timeout
)
4
{
5
switch
(
timeout
)
6
{
7
case
((
long
)(~
0UL
>>
1
)):
break
;
8
}
9
}