Rearrange the comments, control flow, and variable names; no
authorChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 09:26:25 +0000 (09:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 09:26:25 +0000 (09:26 +0000)
commit77d433dafe9ffa34293f3c1d188fefc769d5ed4f
treea4a19b16488d19d98ad5a901f92ee2ff1ddda166
parent71d759d392f03025bcc8b20f060bc5c22e580ea1
Rearrange the comments, control flow, and variable names; no
functionality changed.

Evan's commit r168970 moved the code that the primary comment in this
function referred to to the other end of the function without moving the
comment, and there has been a steady creep of "boolean" logic in it that
is simpler if handled via early exit. That way each special case can
have its own comments. I've also made the variable name a bit more
explanatory than "AllFit". This is in preparation to fix the
non-deterministic output of this function.

llvm-svn: 168988
llvm/lib/Transforms/Utils/SimplifyCFG.cpp