[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / ADCE / dce_pure_call.ll
bloba91770eb57723caeaeddcf0edd59e1f732ce1ebb
1 ; RUN: opt -passes=adce -S < %s | not grep call
3 declare i32 @strlen(ptr) readonly nounwind willreturn
5 define void @test() {
6         call i32 @strlen( ptr null )            ; <i32>:1 [#uses=0]
7         ret void