This CL sets line numbers on Values in the newValue variants
introduced in cl/10929.
Change-Id: Ibd15bc90631a1e948177878ea4191d995e8bb19b
Reviewed-on: https://go-review.googlesource.com/11090
Reviewed-by: Keith Randall <khr@golang.org>
Op: op,
Type: t,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:0]
b.Values = append(b.Values, v)
Type: t,
AuxInt: auxint,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:0]
b.Values = append(b.Values, v)
AuxInt: auxint,
Aux: aux,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:0]
b.Values = append(b.Values, v)
Op: op,
Type: t,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:1]
v.Args[0] = arg
Type: t,
AuxInt: auxint,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:1]
v.Args[0] = arg
AuxInt: auxint,
Aux: aux,
Block: b,
+ Line: line,
}
v.Args = v.argstorage[:1]
v.Args[0] = arg