8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
9 lines
171 B
LLVM
9 lines
171 B
LLVM
; RUN: opt -adce -S < %s | not grep call
|
|
|
|
declare i32 @strlen(i8*) readonly nounwind
|
|
|
|
define void @test() {
|
|
call i32 @strlen( i8* null ) ; <i32>:1 [#uses=0]
|
|
ret void
|
|
}
|