Skip to content

Commit

Permalink
Revert "Try to fix failing AMDGPU disasm test, both Lin/Win agree thi…
Browse files Browse the repository at this point in the history
…s is 0 not 0x0"

This reverts commit r367907, it broke the test.

llvm-svn: 367909
  • Loading branch information
gribozavr committed Aug 5, 2019
1 parent ff2c59b commit 8820b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
Expand Up @@ -13616,7 +13616,7 @@
# GFX10: s_decperflevel 0xc1d1 ; encoding: [0xd1,0xc1,0x95,0xbf]
0xd1,0xc1,0x95,0xbf

# GFX10: s_denorm_mode 0 ; encoding: [0x00,0x00,0xa5,0xbf]
# GFX10: s_denorm_mode 0x0 ; encoding: [0x00,0x00,0xa5,0xbf]
0x00,0x00,0xa5,0xbf

# GFX10: s_denorm_mode 0x1234 ; encoding: [0x34,0x12,0xa5,0xbf]
Expand Down

0 comments on commit 8820b12

Please sign in to comment.