aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SSAUpdater.cpp
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-09-19 02:14:59 +0000
committerSean Silva <silvas@purdue.edu>2012-09-19 02:14:59 +0000
commit57838db0a1cfcfbb8d1df59562dccd22208cd703 (patch)
tree64c76c98de78cc69b29ab6f93e7ed9a5f327905b /lib/Transforms/Utils/SSAUpdater.cpp
parentb2df610b44902124c22f3661a39bffd5341da62d (diff)
De-nest if's and fix mix-up
Two deeply nested if's obscured that the sense of the conditions was mixed up. Amazingly, TableGen's output is exactly the same even with the sense of the tests fixed; it seems that all of TableGen's conversions are symmetric so that the inverted sense was nonetheless correct "by accident". As such, I couldn't come up with a test case. If there does in fact exist a non-symmetric conversion in TableGen's type system, then a test case should be prepared. Despite the symmetry, both if's are left in place for robustness in the face of future changes. Review by Jakob. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/SSAUpdater.cpp')
0 files changed, 0 insertions, 0 deletions