[all-commits] [llvm/llvm-project] c8cd7e: [ARM] Remove MI variable aliasing. NFC
David Green via All-commits
all-commits at lists.llvm.org
Mon Nov 9 10:19:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8cd7e2bbf7e124ed09da2b27e09dd30e3562e46
https://github.com/llvm/llvm-project/commit/c8cd7e2bbf7e124ed09da2b27e09dd30e3562e46
Author: David Green <david.green at arm.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list