; RUN: llvm-as < %s | opt -adce | llvm-dis | not grep call ; The call is not live just because the PHI uses the call retval! define i32 @test(i32 %X) { ;