summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2016-09-10 20:54:19 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2016-09-10 20:54:19 +0000
commite45b9a8c992e49fd42cc673b96ba08a44bc74d07 (patch)
treeb6c4874bb3eed1be57e9b67bdbf0f66b550872e8 /llvm/lib/CodeGen/MachinePipeliner.cpp
parent35065193f16afcb59c8f32be283ddf22b2cd9db1 (diff)
downloadbcm5719-llvm-e45b9a8c992e49fd42cc673b96ba08a44bc74d07.tar.gz
bcm5719-llvm-e45b9a8c992e49fd42cc673b96ba08a44bc74d07.zip
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
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud