diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-06-07 07:40:29 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-06-07 07:40:29 +0000 |
commit | 29c282eac8840e461d14c157fd3529e2adb513e9 (patch) | |
tree | cab64fbbe7b922504570f1e2825266bb0aeb3c5b /llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | |
parent | 1cbc801dd6ca526da9352a9e0b5bd559f0289f4c (diff) | |
download | bcm5719-llvm-29c282eac8840e461d14c157fd3529e2adb513e9.tar.gz bcm5719-llvm-29c282eac8840e461d14c157fd3529e2adb513e9.zip |
[InstCombine] Fix two asserts that were accidentally checking that an APInt pointer is non-zero instead of checking that the APInt self is non-zero.
I believe this code used to use APInt references which would have worked. But then they were changed to pointers to allow m_APInt to be used.
llvm-svn: 304875
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp')
0 files changed, 0 insertions, 0 deletions