summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir
blob: 42996568fe272f86fc82d1b21bbf679b4a265443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s

--- |

  define i32 @foo(i32 %a) {
  entry:
    %0 = icmp sle i32 %a, 10
    br i1 %0, label %less, label %exit

  less:
    ret i32 0

  exit:
    ret i32 %a
  }

...
---
name:            foo
body: |
  bb.0.entry:
    ; CHECK: [[@LINE+1]]:29: expected a machine basic block reference
    successors: %bb.1.less, 2

  bb.1.less:

  bb.2.exit:
...
OpenPOWER on IntegriCloud