]> granicus.if.org Git - clang/commit
[analyzer] Use optimized assumeDual for branches.
authorJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:09 +0000 (18:58 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:09 +0000 (18:58 +0000)
commit6960d08b4ddf389d7c81504df7f16dc645120482
tree7ff9f6d91c9995d24fea966fa66027250f504968
parent426cc12317468d42ba4e603731ebe5971af098a6
[analyzer] Use optimized assumeDual for branches.

This doesn't seem to make much of a difference in practice, but it does
have the potential to avoid a trip through the constraint manager.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169524 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngine.cpp