Skip to content
Commit e45b9a8c authored by Sjoerd Meijer's avatar Sjoerd Meijer
Browse files

MCInstrDesc: Flags (uint64_t) was checked using (1 << MCID::XYZ), but this

should have been (1ULL << MCID::XYZ). Currently this works because enum Flag
has 31 values, but extending it will result in a compile warnings/errors.
This was part of the accepted patch in https://reviews.llvm.org/D23601, but
it was suggested to apply this first as a separate patch.

llvm-svn: 281149
parent 35065193
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment