SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.
authorHans Wennborg <hans@hanshq.net>
Thu, 19 Mar 2015 00:57:51 +0000 (00:57 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 19 Mar 2015 00:57:51 +0000 (00:57 +0000)
commitaa695c92eee8dd474bb6c1e1bf81b5e6dcd2ad4b
tree4eb66ff6a100ed096a74042723a93581a30a2472
parent5101c89f134092c7827ee6adc3689c9326134ad4
SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.

From what I can tell, the code is checking for PHIs that expect any value from
this block, not just constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp