summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AMDGPU/smrd-err.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/AMDGPU/smrd-err.s')
-rw-r--r--llvm/test/MC/AMDGPU/smrd-err.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/AMDGPU/smrd-err.s b/llvm/test/MC/AMDGPU/smrd-err.s
index a607e91756d..0f991e4aefe 100644
--- a/llvm/test/MC/AMDGPU/smrd-err.s
+++ b/llvm/test/MC/AMDGPU/smrd-err.s
@@ -2,14 +2,14 @@
// RUN: not llvm-mc -arch=amdgcn -mcpu=tonga %s 2>&1 | FileCheck -check-prefix=GCN -check-prefix=VI %s
s_load_dwordx4 s[100:103], s[2:3], s4
-// VI: error: invalid operand for instruction
+// VI: error: not a valid operand
// SI: s_load_dwordx4 s[100:103], s[2:3], s4
s_load_dwordx8 s[96:103], s[2:3], s4
-// VI: error: invalid operand for instruction
+// VI: error: not a valid operand
// SI: s_load_dwordx8 s[96:103], s[2:3], s4
s_load_dwordx16 s[88:103], s[2:3], s4
-// VI: error: invalid operand for instruction
+// VI: error: not a valid operand
// SI: s_load_dwordx16 s[88:103], s[2:3], s4
OpenPOWER on IntegriCloud