Skip to content
Commit 29c282ea authored by Craig Topper's avatar Craig Topper
Browse files

[InstCombine] Fix two asserts that were accidentally checking that an APInt...

[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
parent 1cbc801d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment