@@ -610,6 +610,7 @@ var knownFormats = map[string]string{
610
610
"[]cmd/compile/internal/ssa.ID %v" : "" ,
611
611
"[]cmd/compile/internal/syntax.token %s" : "" ,
612
612
"[]string %v" : "" ,
613
+ "[]uint32 %v" : "" ,
613
614
"bool %v" : "" ,
614
615
"byte %08b" : "" ,
615
616
"byte %c" : "" ,
@@ -645,6 +646,8 @@ var knownFormats = map[string]string{
645
646
"cmd/compile/internal/ssa.Op %s" : "" ,
646
647
"cmd/compile/internal/ssa.Op %v" : "" ,
647
648
"cmd/compile/internal/ssa.ValAndOff %s" : "" ,
649
+ "cmd/compile/internal/ssa.posetNode %v" : "" ,
650
+ "cmd/compile/internal/ssa.posetTestOp %v" : "" ,
648
651
"cmd/compile/internal/ssa.rbrank %d" : "" ,
649
652
"cmd/compile/internal/ssa.regMask %d" : "" ,
650
653
"cmd/compile/internal/ssa.register %d" : "" ,
@@ -693,31 +696,32 @@ var knownFormats = map[string]string{
693
696
"interface{} %s" : "" ,
694
697
"interface{} %v" : "" ,
695
698
"map[*cmd/compile/internal/gc.Node]*cmd/compile/internal/ssa.Value %v" : "" ,
696
- "reflect.Type %s" : "" ,
697
- "rune %#U" : "" ,
698
- "rune %c" : "" ,
699
- "string %-*s" : "" ,
700
- "string %-16s" : "" ,
701
- "string %-6s" : "" ,
702
- "string %.*s" : "" ,
703
- "string %q" : "" ,
704
- "string %s" : "" ,
705
- "string %v" : "" ,
706
- "time.Duration %d" : "" ,
707
- "time.Duration %v" : "" ,
708
- "uint %04x" : "" ,
709
- "uint %5d" : "" ,
710
- "uint %d" : "" ,
711
- "uint %x" : "" ,
712
- "uint16 %d" : "" ,
713
- "uint16 %v" : "" ,
714
- "uint16 %x" : "" ,
715
- "uint32 %d" : "" ,
716
- "uint32 %x" : "" ,
717
- "uint64 %08x" : "" ,
718
- "uint64 %d" : "" ,
719
- "uint64 %x" : "" ,
720
- "uint8 %d" : "" ,
721
- "uint8 %x" : "" ,
722
- "uintptr %d" : "" ,
699
+ "map[cmd/compile/internal/ssa.ID]uint32 %v" : "" ,
700
+ "reflect.Type %s" : "" ,
701
+ "rune %#U" : "" ,
702
+ "rune %c" : "" ,
703
+ "string %-*s" : "" ,
704
+ "string %-16s" : "" ,
705
+ "string %-6s" : "" ,
706
+ "string %.*s" : "" ,
707
+ "string %q" : "" ,
708
+ "string %s" : "" ,
709
+ "string %v" : "" ,
710
+ "time.Duration %d" : "" ,
711
+ "time.Duration %v" : "" ,
712
+ "uint %04x" : "" ,
713
+ "uint %5d" : "" ,
714
+ "uint %d" : "" ,
715
+ "uint %x" : "" ,
716
+ "uint16 %d" : "" ,
717
+ "uint16 %v" : "" ,
718
+ "uint16 %x" : "" ,
719
+ "uint32 %d" : "" ,
720
+ "uint32 %x" : "" ,
721
+ "uint64 %08x" : "" ,
722
+ "uint64 %d" : "" ,
723
+ "uint64 %x" : "" ,
724
+ "uint8 %d" : "" ,
725
+ "uint8 %x" : "" ,
726
+ "uintptr %d" : "" ,
723
727
}
0 commit comments