is64BitInteger: truncate to 64 bits before testing
authorSimon Marlow <simonmar@microsoft.com>
Thu, 1 Mar 2007 11:25:13 +0000 (11:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 1 Mar 2007 11:25:13 +0000 (11:25 +0000)
We weren't catching some literals that actually fit in 32 bits before,
because e.g. -1 was sometimes represented as 0xffffffffffffffff in CmmInt.


No differences found