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
/
int-to-pointer.c
blob
242a8a694259c78b221d4f7c988fa0017c7fbebd
1
// RUN: %clang_cc1 -emit-llvm %s -o %t
2
3
void
*
test
(
int
i
)
4
{
5
return
(
void
*)
i
;
6
}