Simplify a boolean expression by using the De Morgan's law.
authorRui Ueyama <ruiu@google.com>
Tue, 6 Sep 2016 22:50:48 +0000 (22:50 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 6 Sep 2016 22:50:48 +0000 (22:50 +0000)
commitadcdb664cb6f4868fa7012132c9355bac815ec75
treeba2662adc972935b7dbc24b7abd53d0a84c229f8
parent5053b11edc5cc7a369147004eb5ad88d9b2f8181
Simplify a boolean expression by using the De Morgan's law.

llvm-svn: 280766
lld/ELF/LinkerScript.cpp