aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/X86/missing-instruction.mir
blob: 8d11ab5eaabe750c48a5626fb6f0aa2ca676c80d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s

--- |

  define void @foo() {
  entry:
    ret void
  }

...
---
name:            foo
body:
 - id:           0
   name:         entry
   instructions:
     # CHECK: [[@LINE+1]]:9: expected a machine instruction
     - ''
...