Replace loops using goto with plain while loops
Goto statements jumping into previous inner blocks are pretty confusing to read even though in this case they are valid. No reason to not use while loops there. llvm-svn: 206916
Loading
Please sign in to comment