Duncan Sands 3c1878ef53 Fix a crash in which a multiplication was being reported as being both negative
and positive: positive, because it could be directly computed to be positive;
negative, because the nsw flags means it is either negative or undefined (the
multiplication always overflowed).

llvm-svn: 145104
2011-11-23 16:26:47 +00:00
..
2011-11-16 03:56:38 +00:00
2011-11-08 00:23:01 +00:00
2011-11-08 00:23:01 +00:00
2011-08-19 21:21:20 +00:00
2011-08-02 02:47:45 +00:00