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

MCInstrDesc: this fixes an issue setting/getting member Flags, which

is an uint64_t. However, getter function getFlags returned an unsigned,
and in function hasProperty (1 << MCFlag) was used instead of (1ULL << MCFlag).

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