repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Transforms
/
ADCE
/
dce_pure_call.ll
blob
66483abbc919e653c474eae29a6f126e45d80775
1
; RUN: opt -adce -S < %s | not grep call
2
3
declare i32 @strlen(i8*) readonly nounwind
4
5
define void @test() {
6
call i32 @strlen( i8* null ) ; <i32>:1 [#uses=0]
7
ret void
8
}