diff options
author | Pavel Labath <labath@google.com> | 2017-05-26 13:53:39 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-05-26 13:53:39 +0000 |
commit | 4c950235b2ad8e55f3ef83f15e875da0234cbea2 (patch) | |
tree | 6c04118bd0ad636e97047c14def5321e5f9de555 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 57b2492b38c40dd541aac7329f4ab60390020f08 (diff) | |
download | bcm5719-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