[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / machine-function-novregs-conflict.mir
blob5f394a4bbbdb6240ae3e4fdda068e0b925a65c92
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 # Test that computed properties are not conflicting with explicitly set
4 # properties
6 ---
7 # CHECK: error: {{.*}}: TestNoVRegsOverrideConflict has explicit property NoVRegs, but contains virtual registers
8 name:            TestNoVRegsOverrideConflict
9 noVRegs: true
10 body: |
11   bb.0:
12     %0:_(s32) = G_IMPLICIT_DEF
13 ...