diff options
Diffstat (limited to 'test/MC/AMDGPU/sopp-err.s')
-rw-r--r-- | test/MC/AMDGPU/sopp-err.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/AMDGPU/sopp-err.s b/test/MC/AMDGPU/sopp-err.s index fac0d32229092..d65e54344031b 100644 --- a/test/MC/AMDGPU/sopp-err.s +++ b/test/MC/AMDGPU/sopp-err.s @@ -75,16 +75,16 @@ s_sendmsg sendmsg(MSG_SYSMSG, 5) // GCN: error: invalid/unsupported code of SYSMSG_OP s_waitcnt lgkmcnt(16) -// GCN: error: failed parsing operand +// GCN: error: too large value for lgkmcnt s_waitcnt expcnt(8) -// GCN: error: failed parsing operand +// GCN: error: too large value for expcnt s_waitcnt vmcnt(16) -// GCN: error: failed parsing operand +// GCN: error: too large value for vmcnt s_waitcnt vmcnt(0xFFFFFFFFFFFF0000) -// GCN: error: failed parsing operand +// GCN: error: too large value for vmcnt s_waitcnt vmcnt(0), expcnt(0), lgkmcnt(0), // GCN: error: failed parsing operand |