Skip to content
Commit cb809544 authored by Reid Spencer's avatar Reid Spencer
Browse files

Fix problems in the CBE and InstructionCombining which use the isMaxValue

and isMinValue methods of ConstantInt. These have been broken since the
isSigned parameter was added. It is necessary to use the signed version
of the type in the call to isValueValidForType or else incorrect results
are returned.

llvm-svn: 32637
parent a77f1426
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