aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/compile/internal/noder/unified.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/compile/internal/noder/unified.go b/src/cmd/compile/internal/noder/unified.go
index 320fb3c75a..2a84a9aee4 100644
--- a/src/cmd/compile/internal/noder/unified.go
+++ b/src/cmd/compile/internal/noder/unified.go
@@ -25,8 +25,8 @@ import (
)
// uirVersion is the unified IR version to use for encoding/decoding.
-// Use V4 for generic methods.
-const uirVersion = pkgbits.V4
+// Use V4 for generic methods; keep at V3 while we refine and test.
+const uirVersion = pkgbits.V3
// localPkgReader holds the package reader used for reading the local
// package. It exists so the unified IR linker can refer back to it