"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "55d392cc30fb36e6361ba71f4b568c093f8b23f3"
Fixed bug in CFG construction when processing switch statements that contain no
"default" case. In such cases, we now correctly add the CFGBlock representing the code after the switch statement as a successor to the block terminated by the switch statement. llvm-svn: 47087
Loading
Please register or sign in to comment