summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2016-09-14 14:32:17 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2016-09-14 14:32:17 +0000
commitd3b2321f78974063f2ca01e91725496f29a36918 (patch)
tree278f6b0f49f28ce5f373235c9e4a5cce2bf6777a /clang/lib/CodeGen/CodeGenModule.h
parentbe94e1b63062d89d9566e4ff24b81b4249508f59 (diff)
downloadbcm5719-llvm-d3b2321f78974063f2ca01e91725496f29a36918.tar.gz
bcm5719-llvm-d3b2321f78974063f2ca01e91725496f29a36918.zip
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud