diff options
author | Aleksei Sidorin <a.sidorin@samsung.com> | 2018-04-23 15:41:44 +0000 |
---|---|---|
committer | Aleksei Sidorin <a.sidorin@samsung.com> | 2018-04-23 15:41:44 +0000 |
commit | b659dd3a45151768fdbe66d83fada7641547280d (patch) | |
tree | ad32e52573c8e89ca4f34169b62526919b9f8d6e /llvm/lib/CodeGen/StackSlotColoring.cpp | |
parent | 2783a7b16eec1753d814a5056dcba804d1e2fade (diff) | |
download | bcm5719-llvm-b659dd3a45151768fdbe66d83fada7641547280d.tar.gz bcm5719-llvm-b659dd3a45151768fdbe66d83fada7641547280d.zip |
[analyzer] Don't crash on printing ConcreteInt of size >64 bits
Printing of ConcreteInts with size >64 bits resulted in assertion failure
in get[Z|S]ExtValue() because these methods are only allowed to be used
with integers of 64 max bit width. This patch fixes the issue.
llvm-svn: 330605
Diffstat (limited to 'llvm/lib/CodeGen/StackSlotColoring.cpp')
0 files changed, 0 insertions, 0 deletions