[ARM] Split large truncating MVE stores
[llvm-complete.git] / test / CodeGen / MIR / Generic / machine-basic-block-redefinition-error.mir
blob538c3f456b0b494e13aaea4f222869709bd72332
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 --- |
5   define i32 @foo() {
6   entry:
7     ret i32 0
8   }
10 ...
11 ---
12 name:            foo
13 body: |
14   ; CHECK: [[@LINE+3]]:3: redefinition of machine basic block with id #0
15   bb.0:
17   bb.0:
18 ...