Skip to content

Commit 1b54150

Browse files
committed
cmd/internal/obj/ppc64: rename and remove aliased optab classifiers
Rename C_LCON, C_SCON, C_ADDCON, C_ANDCON into their aliased names and remove them. Change-Id: I8f67cc973f8059e65b81669d91a44500fc136b0a Reviewed-on: https://go-review.googlesource.com/c/go/+/563097 Run-TryBot: Paul Murphy <[email protected]> Reviewed-by: Lynn Boger <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Reviewed-by: David Chase <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 62cebb2 commit 1b54150

File tree

2 files changed

+124
-130
lines changed

2 files changed

+124
-130
lines changed

src/cmd/internal/obj/ppc64/a.out.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,6 @@ const (
449449
C_TEXTSIZE /* An argument with Type obj.TYPE_TEXTSIZE */
450450

451451
C_NCLASS /* must be the last */
452-
453-
/* Aliased names which should be cleaned up, or integrated. */
454-
C_SCON = C_U15CON
455-
C_ADDCON = C_S16CON
456-
C_ANDCON = C_U16CON
457-
C_LCON = C_32CON
458452
)
459453

460454
const (

0 commit comments

Comments
 (0)