repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Make BranchProbability constructor public.
[llvm/stm8.git]
/
test
/
FrontendC
/
2007-04-24-bit-not-expr.c
blob
fab0b90bb15fb9684a838575da09478faf20cb23
1
// PR 1346
2
// RUN: %llvmgcc -S %s -o /dev/null
3
extern
bar
(
void
*);
4
5
void
f
(
void
*
cd
) {
6
bar
(((
void
*)((
unsigned long
)(
cd
) ^ -
1
)));
7
}