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
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
SCCP
/
deadarg.ll
blob
6cd414a4bef7a7676894f75c2887e6806c067df4
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2
; RUN: opt < %s -passes=ipsccp -disable-output
3
define internal void @foo(i32 %X) {
4
call void @foo( i32 %X )
5
ret void
6
}
7