From 7e512c89e056521a0b81cdddb7accd16a7397bb3 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 5 Aug 2019 18:46:26 +0000 Subject: [PATCH] Try to fix failing AMDGPU disasm test, both Lin/Win agree this is 0 not 0x0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367907 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt b/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt index e564aff5958..d0af3299608 100644 --- a/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt +++ b/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] -- 2.40.0