llvm/lib/CodeGen/SelectionDAG
Cong Hou 20afacc059 Fixed an issue on updating profile data when lowering switch statement.
Fixed the issue that when there is an edge from the jump table to the default statement, we should check it directly instead of checking if the sibling of the jump table header is a successor of the jump table header, which may not be the default statment but a successor of it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248354 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-23 00:20:27 +00:00
..
2015-09-22 11:15:07 +00:00