FixupLEAPass::fixupIncDec - non-LEA opcodes should not happen here. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 11 May 2019 16:02:34 +0000 (16:02 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 11 May 2019 16:02:34 +0000 (16:02 +0000)
commit5e0f92acad98173dd12f15078445065f24eb7019
tree8f64a7280c282ea525dc2e0fac04aa28776b9a23
parentc9d7484aa36e974a265b88dfbaa75cf8ea7cd5bc
FixupLEAPass::fixupIncDec - non-LEA opcodes should not happen here. NFCI.

Matches what we do in other functions and fixes scan-build warning about uninitialized NewOpcode variable.

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