Changes in directory llvm/tools/llvm-upgrade:
UpgradeInternals.h updated: 1.10 -> 1.11
UpgradeParser.y updated: 1.70 -> 1.71
---
Log message:
Revert last changes as they introduced other problems.
---
Diffs of the changes: (+65 -137)
UpgradeInternals.h | 52 +-
UpgradePar
Changes in directory llvm/tools/llvm-upgrade:
UpgradeInternals.h updated: 1.3 -> 1.4
UpgradeParser.y updated: 1.41 -> 1.42
UpgradeLexer.l updated: 1.15 -> 1.16
---
Log message:
For PR1113: http://llvm.org/PR1113 :
Increment the counter after the second use, not after the first use. This
fixes P
Changes in directory llvm/tools/llvm-upgrade:
UpgradeInternals.h updated: 1.1 -> 1.2
UpgradeParser.y updated: 1.34 -> 1.35
---
Log message:
For PR1082: http://llvm.org/PR1082 :
Solve several related problems by making variable names more unique and
dealing with recursive phi nodes. Unfortunatel