commit | b219bbc8630427f6f4b2bb6978d9a5779ee1860d | [log] [tgz] |
---|---|---|
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | Thu Sep 06 10:25:59 2018 +0000 |
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | Thu Sep 06 10:25:59 2018 +0000 |
tree | 4f0d95a65dcaf1f1106867cd35aa1b9774dda585 | |
parent | 8502b00a75fe74d1a772b8cc1eaa117dcd00e208 [diff] |
Fix argument type in MachineInstr::hasPropertyInBundle The MCID::Flag enumeration now has more than 32 items, this means that the hasPropertyBundle argument 'Mask' can overflow. This patch changes the argument to be 64 bits instead. Patch by Mikael Nilsson. Differential Revision: https://reviews.llvm.org/D51596 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341536 91177308-0d34-0410-b5e6-96231b3b80d8