1 ; Test upgrade of clang.arc.use by removing it.
2 ; Bitcode input generated from llvm 6.0
4 ; RUN: llvm-dis %s.bc -o - | FileCheck %s
8 %1 = tail call %0* @foo0()
9 ; CHECK-NOT: clang.arc.use
10 call void (...) @clang.arc.use(%0* %1)
14 declare void @clang.arc.use(...)