Indentation change.
[llvm/avr.git] / test / Transforms / ADCE / dce_pure_call.ll
blob3935bf72b9c14e775ac47841b7bfd3b2d36607b4
1 ; RUN: llvm-as < %s | opt -adce | llvm-dis | not grep call
3 declare i32 @strlen(i8*) readonly nounwind
5 define void @test() {
6         call i32 @strlen( i8* null )            ; <i32>:1 [#uses=0]
7         ret void