summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-05-26 13:53:39 +0000
committerPavel Labath <labath@google.com>2017-05-26 13:53:39 +0000
commit4c950235b2ad8e55f3ef83f15e875da0234cbea2 (patch)
tree6c04118bd0ad636e97047c14def5321e5f9de555 /llvm/lib/Target/ARM/ARMISelLowering.cpp
parent57b2492b38c40dd541aac7329f4ab60390020f08 (diff)
downloadbcm5719-llvm-4c950235b2ad8e55f3ef83f15e875da0234cbea2.tar.gz
bcm5719-llvm-4c950235b2ad8e55f3ef83f15e875da0234cbea2.zip
Fix 32-bit builds
r303972 used GetValueForKeyAsInteger with mismatched types (e.g. instantiating with uint64_t, but passing a size_t argument), which manifested itself on 32-bit architectures. The intended usage of these functions was to not specify the type explicitly, and let the compiler figure that out, so switch to that kind of usage instead. llvm-svn: 303988
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud