Skip to content
Commit 81a2af12 authored by Duncan Sands's avatar Duncan Sands
Browse files

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
parent ebcb4518
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