diff options
author | Richard Trieu <rtrieu@google.com> | 2019-09-21 04:18:54 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2019-09-21 04:18:54 +0000 |
commit | 77297f0761d2009e25d5d709cdcb041229f3493c (patch) | |
tree | 435a48d505ce19f835b284e6792156b2f5388d81 /clang/lib/AST/Interp/InterpStack.cpp | |
parent | 4c05de8c1d157f4b5e0091a52dbbcce7242ee485 (diff) | |
download | bcm5719-llvm-77297f0761d2009e25d5d709cdcb041229f3493c.tar.gz bcm5719-llvm-77297f0761d2009e25d5d709cdcb041229f3493c.zip |
Fix bad APInt compare.
APInt comparison require both to have the same bitwidth. Since only the value
is needed, use the compare function APInt::isSameValue instead.
llvm-svn: 372454
Diffstat (limited to 'clang/lib/AST/Interp/InterpStack.cpp')
0 files changed, 0 insertions, 0 deletions