Lines Matching full:delete
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
5 ; RUN: llvm-extract -delete -func foo -S %t | FileCheck --check-prefix=DELETE %s
16 ; DELETE: declare hidden void @foo()
17 ; DELETE-NOT: comdat
18 ; DELETE: define void @bar() {
19 ; DELETE: call void @foo()
20 ; DELETE: ret void
21 ; DELETE: }