commit | 04dad8f66d882707cc70ba7e20df77517dbb5a68 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon May 06 10:15:34 2019 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Mon May 06 10:15:34 2019 +0000 |
tree | 23142d281f42251a88e3a78b18537380586046e8 | |
parent | 07d91cd98aab936c0cc9bf168dc83574941d37a5 [diff] |
[X86] X86InstrInfo::findThreeSrcCommutedOpIndices - fix unread variable warning. scan-build was reporting that CommutableOpIdx1 never used its original initialized value - move it down to where its first used to make the real initialization more obvious (and matches the comment that's there). llvm-svn: 360028