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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-04-24-bit-not-expr.c
blob
094378e931edc570a4ff5f66cd31928cfa1719d2
1
// PR 1346
2
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3
extern
void
bar
(
void
*);
4
5
void
f
(
void
*
cd
) {
6
bar
(((
void
*)((
unsigned long
)(
cd
) ^ -
1
)));
7
}