commit | 5e0f92acad98173dd12f15078445065f24eb7019 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Sat May 11 16:02:34 2019 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Sat May 11 16:02:34 2019 +0000 |
tree | 8f64a7280c282ea525dc2e0fac04aa28776b9a23 | |
parent | c9d7484aa36e974a265b88dfbaa75cf8ea7cd5bc [diff] |
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