[llvm-commits] removal of isSigned from ConstantRange

Nick Lewycky nicholas at mxc.ca
Wed Feb 28 21:04:28 PST 2007


This patch removes the "isSigned" parameter from the methods of
ConstantRange. That concept was redundant with the wrapped set, except
that wrapped set is a property of the ConstantRange.

Patch attached. This updates users of ConstantRange to cope with the
modified API.

Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: constantrange.patch
Type: text/x-diff
Size: 15570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070301/e63ca314/attachment.patch>


More information about the llvm-commits mailing list