diff options
Diffstat (limited to 'llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s')
| -rw-r--r-- | llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s b/llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s index 2296856e486..5bd5184cb54 100644 --- a/llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s +++ b/llvm/test/MC/AArch64/SVE/scvtf-diagnostics.s @@ -12,9 +12,9 @@ scvtf z0.d, p0/m, z0.h // --------------------------------------------------------------------------// -// error: restricted predicate has range [0, 7]. +// error: invalid restricted predicate register, expected p0..p7 (without element suffix) scvtf z0.h, p8/m, z0.h -// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: restricted predicate has range [0, 7]. +// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid restricted predicate register, expected p0..p7 (without element suffix) // CHECK-NEXT: scvtf z0.h, p8/m, z0.h // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}: |

