[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / BugPoint / replace-funcs-with-null.ll
blob783c8a07911c0f6b74fe74f70e9a12635b861dd3
1 ; Test that bugpoint can reduce the set of functions by replacing them with null.
3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%pluginext %s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs -silence-passes -safe-run-llc
4 ; REQUIRES: plugins
6 @foo2 = alias i32 (), ptr @foo
8 define i32 @foo() { ret i32 1 }
10 define i32 @test() {
11         call i32 @test()
12         ret i32 %1
15 define i32 @bar() { ret i32 2 }
17 @llvm.used = appending global [1 x ptr] [ptr @foo], section "llvm.metadata"