diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-10 13:44:06 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-10 13:44:06 +0000 |
commit | 7ab83427af0f77b59941ceba41d509d7d097b065 (patch) | |
tree | cc41c05b1db454e3d802f34df75e636ee922ad87 /test/MC/AMDGPU/sopp-err.s | |
parent | d288ef4c1788d3a951a7558c68312c2d320612b1 (diff) |
Notes
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 |