[X86] Use unsigned type for opcodes throughout X86FixupLEAs.
authorCraig Topper <craig.topper@intel.com>
Tue, 2 Apr 2019 00:50:58 +0000 (00:50 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 2 Apr 2019 00:50:58 +0000 (00:50 +0000)
commitc5903c935c272621029e1954ccc7837b02a5e4ae
tree4d6bf32e79df31d392eff355b12bc0bef33489f0
parentfa0a2c529bcfd40b8f9f27638409a00f8d2aed13
[X86] Use unsigned type for opcodes throughout X86FixupLEAs.

All of the interfaces related to opcode in MachineInstr and MCInstrInfo refer to opcodes as unsigned.

llvm-svn: 357444
llvm/lib/Target/X86/X86FixupLEAs.cpp