[CFLGraph] Add FAdd to visitConstantExpr.
authorCraig Topper <craig.topper@intel.com>
Mon, 3 Jun 2019 19:35:52 +0000 (19:35 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 3 Jun 2019 19:35:52 +0000 (19:35 +0000)
commit7a4eabef3926f65a393433967b6cf50b3954b05e
tree600381642c5d7ca1f248bf34ac9cb27aaf3a13db
parentdcf865f0ca557e60b1e902f004012bc54e418878
[CFLGraph] Add FAdd to visitConstantExpr.

This looks like an oversight as all the other binary operators are present.

Accidentally noticed while auditing places that need FNeg handling.

No test because as noted in the review it would be contrived and amount to "don't crash"

Differential Revision: https://reviews.llvm.org/D62790

llvm-svn: 362441
llvm/lib/Analysis/CFLGraph.h