[X86] No need to determine pointer when the type is already a MachineInstr*. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 31 Oct 2020 11:26:25 +0000 (11:26 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 31 Oct 2020 11:26:25 +0000 (11:26 +0000)
commit5eec049689c2dc19ad7c2b3446b2584c87e86f94
treeb9570c0dc672a89a9c7313f5e6efd8f5ef9a4c84
parent43e451f9f316fd224d88899d45313a73ff11291e
[X86] No need to determine pointer when the type is already a MachineInstr*. NFCI.

Caught by cppcheck - appears to be a copy+paste typo as the other var is an iterator that does need the &* pointer operation.
llvm/lib/Target/X86/X86CallFrameOptimization.cpp