On Apr 24, 2005, at 2:06 PM, Diego Novillo wrote:
What is the type of 'i'? If it's unsigned, then we would be wasting our time.
It is signed, otherwise "i < 0" will always be true and the conditional would have gotten rid of already.
-- Pinski
On Apr 24, 2005, at 2:06 PM, Diego Novillo wrote:
What is the type of 'i'? If it's unsigned, then we would be wasting our time.
It is signed, otherwise "i < 0" will always be true and the conditional would have gotten rid of already.
-- Pinski