[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-bbs-entry.ll
blob2bcb49ef9c1ffe4c4abd9afed9ee0ee236795183
1 ; Test that llvm-reduce does not remove the entry block of functions.
3 ; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=basic-blocks --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
4 ; RUN: FileCheck %s < %t
6 ; CHECK-INTERESTINGNESS: foo
8 ; CHECK: add i32
9 define i32 @foo() {
10 uninteresting:
11   %a = add i32 0, 0
12   ret i32 0