[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / Transforms / BlockExtractor / invalid-function.ll
blob4044815893e58d4fa4ba35fd173dff6d6ea6056c
1 ; RUN: echo 'foo bb' > %t
2 ; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
4 ; CHECK: Invalid function
5 define void @bar() {
6 bb:
7   ret void