SPV: GeneratorVersion: bump version number because of atomic decrement change.

This commit is contained in:
John Kessenich
2017-10-07 11:33:11 -06:00
parent b27de0289c
commit 07ed11f9a0
462 changed files with 462 additions and 462 deletions

View File

@@ -81,7 +81,7 @@ namespace {
// For low-order part of the generator's magic number. Bump up
// when there is a change in the style (e.g., if SSA form changes,
// or a different instruction sequence to do something gets used).
const int GeneratorVersion = 1;
const int GeneratorVersion = 2;
namespace {
class SpecConstantOpModeGuard {