brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · a91770e Raw
9 lines · plain
1; RUN: opt -passes=adce -S < %s | not grep call2 3declare i32 @strlen(ptr) readonly nounwind willreturn4 5define void @test() {6	call i32 @strlen( ptr null )		; <i32>:1 [#uses=0]7	ret void8}9