diff options
author | Reid Kleckner <rnk@google.com> | 2019-08-05 18:46:26 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-08-05 18:46:26 +0000 |
commit | d67c90a8c4a686de85c69801843a1074ef8c63ec (patch) | |
tree | a3136d9e66e519d52ffe85d6957f31b9f7210aeb | |
parent | 57f4bacf65ac3a32966e4b5029bc966038d2a754 (diff) | |
download | bcm5719-llvm-d67c90a8c4a686de85c69801843a1074ef8c63ec.tar.gz bcm5719-llvm-d67c90a8c4a686de85c69801843a1074ef8c63ec.zip |
Try to fix failing AMDGPU disasm test, both Lin/Win agree this is 0 not 0x0
llvm-svn: 367907
-rw-r--r-- | llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt index e564aff5958..d0af3299608 100644 --- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt +++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt @@ -13616,7 +13616,7 @@ # GFX10: s_decperflevel 0xc1d1 ; encoding: [0xd1,0xc1,0x95,0xbf] 0xd1,0xc1,0x95,0xbf -# GFX10: s_denorm_mode 0x0 ; encoding: [0x00,0x00,0xa5,0xbf] +# GFX10: s_denorm_mode 0 ; encoding: [0x00,0x00,0xa5,0xbf] 0x00,0x00,0xa5,0xbf # GFX10: s_denorm_mode 0x1234 ; encoding: [0x34,0x12,0xa5,0xbf] |