1 # RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # This test ensures that the MIR parser runs the machine verifier after parsing.
6 define i32 @inc(i32 %a) {
14 tracksRegLiveness: true
18 ; CHECK: *** Bad machine code: Too few operands ***
19 ; CHECK: instruction: COPY
20 ; CHECK: 2 operands expected, but 0 given.