Skip to content
Commit f23a6da2 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Recognize and simplify

(A+B) == A  ->  B == 0
A == (A+B)  ->  B == 0

llvm-svn: 124567
parent a03f3a85
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