[ARM] Remove MI variable aliasing. NFC
authorDavid Green <david.green@arm.com>
Mon, 9 Nov 2020 18:18:43 +0000 (18:18 +0000)
committerDavid Green <david.green@arm.com>
Mon, 9 Nov 2020 18:18:43 +0000 (18:18 +0000)
commitc8cd7e2bbf7e124ed09da2b27e09dd30e3562e46
treea687c2dc7c4866bc75750b49921b7355757e3c15
parent5d3fd3df94e5463f8460fbc1a643e663b0e6cb2b
[ARM] Remove MI variable aliasing. NFC

This was accidentally using the same name for two different variables in
the same line. Whilst it seems to work for some compilers, others have
trouble and it is probably not a fantastic idea.
llvm/lib/Target/ARM/MVEVPTBlockPass.cpp