[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-bbs-entry.ll
blob03a461d74cb6ab3f4d306c8a2d2608a418b45068
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: cat %t | FileCheck %s
6 ; CHECK-INTERESTINGNESS: foo
8 ; CHECK: add i32
9 define i32 @foo() {
10 uninteresting:
11   %a = add i32 0, 0
12   ret i32 0