]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/obj/ppc64/a.out.go
cmd/internal/obj/ppc64: remove C_UCON optab matching class
[gostls13.git] / src / cmd / internal / obj / ppc64 / a.out.go
index efc10ea0f2f1f73e8c51b764b4ed607cf9774958..83ec76e0f17e19f1121fee86684d7900c50a3686 100644 (file)
@@ -422,7 +422,6 @@ const (
        C_U15CON   /* 15 bit unsigned constant */
        C_S16CON   /* 16 bit signed constant */
        C_U16CON   /* 16 bit unsigned constant */
-       C_32S16CON /* Any 32 bit constant of the form 0x....0000, signed or unsigned */
        C_32CON    /* Any constant which fits into 32 bits. Can be signed or unsigned */
        C_S34CON   /* 34 bit signed constant */
        C_64CON    /* Any constant which fits into 64 bits. Can be signed or unsigned */
@@ -451,16 +450,13 @@ const (
 
        /* Aliased names which should be cleaned up, or integrated. */
        C_SCON   = C_U15CON
-       C_UCON   = C_32S16CON
        C_ADDCON = C_S16CON
        C_ANDCON = C_U16CON
        C_LCON   = C_32CON
 
        /* Aliased names which may be generated by ppc64map for the optab. */
-       C_S3216CON = C_32S16CON // TODO: these should be treated differently (e.g xoris vs addis)
-       C_U3216CON = C_32S16CON
-       C_S32CON   = C_32CON
-       C_U32CON   = C_32CON
+       C_S32CON = C_32CON
+       C_U32CON = C_32CON
 )
 
 const (