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-09-14-NegatePointer.c
blob
52367e6c667b770f09689a03e0791a284ec6d0a7
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
// PR1662
3
4
int
foo
(
unsigned char
*
test
) {
5
return
0U
- (
unsigned int
)
test
;
6
}
7