Skip to content

Commit e29dd78

Browse files
abner-chencgopherbot
authored andcommitted
cmd/internal/obj: remove redundant cnames on loong64
Change-Id: I5aa6328a12e74b2801ab60b5a5bb8571d382d5ef Reviewed-on: https://go-review.googlesource.com/c/go/+/425301 Reviewed-by: xiaodong liu <[email protected]> Reviewed-by: Meidan Li <[email protected]> Reviewed-by: WANG Xuerui <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Emmanuel Odeke <[email protected]> Auto-Submit: Emmanuel Odeke <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
1 parent c054f22 commit e29dd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/internal/obj/loong64/cnames.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
package loong64
66

7+
// This order should be strictly consistent to that in a.out.go.
78
var cnames0 = []string{
89
"NONE",
910
"REG",
1011
"FREG",
11-
"FCREG",
1212
"FCSRREG",
1313
"FCCREG",
1414
"ZCON",

0 commit comments

Comments
 (0)