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
Delete unused PoisonChecking utility pass
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
PR3709-int-to-pointer-sign.c
blob
f38675908d14e91b0717bc37f321b72de750ca0a
1
// RUN: %clang_cc1 -emit-llvm %s -o - -O1 -triple=x86_64-gnu-linux | grep "i64 -1"
2
3
// PR3709
4
long long
a
(
void
) {
return
(
long long
)(
int
*)-
1
;}
5