diff options
Diffstat (limited to 'llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s')
| -rw-r--r-- | llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s b/llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s index 1745aab97ea..0c5b3819e01 100644 --- a/llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s +++ b/llvm/test/MC/AArch64/SVE/cmpgt-diagnostics.s @@ -4,7 +4,7 @@ // Restricted predicate out of range. cmpgt p0.b, p8/z, z0.b, z0.b -// 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: cmpgt p0.b, p8/z, z0.b, z0.b // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}: |

