diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td index 7cdeb397be9..8a3248ee669 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td +++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td @@ -37,7 +37,7 @@ defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>; defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>; defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>; defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>; -defm ROTR : BinaryInt<rotr, "rotr", 0x78, 0x90>; +defm ROTR : BinaryInt<rotr, "rotr", 0x78, 0x8a>; let isCommutable = 1 in { defm EQ : ComparisonInt<SETEQ, "eq ", 0x46, 0x68>; |

