diff options
author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2018-09-06 10:25:59 +0000 |
---|---|---|
committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2018-09-06 10:25:59 +0000 |
commit | abe3295cbdf7234c9417003752801b380d2990e1 (patch) | |
tree | 923de589ae6572919962968880326804311eabfa /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | ee65d5732164231e750d29a5ce63f04b1daa7eb4 (diff) | |
download | bcm5719-llvm-abe3295cbdf7234c9417003752801b380d2990e1.tar.gz bcm5719-llvm-abe3295cbdf7234c9417003752801b380d2990e1.zip |
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
llvm-svn: 341536
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions