]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/gc/type.go
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
[gostls13.git] / src / cmd / compile / internal / gc / type.go
index 483ebd96ea4aeea63d25e707f9e9745409fd38d2..3f218ee3da2a864cf8d4e970868e40e658fc06c1 100644 (file)
@@ -24,7 +24,7 @@ func (t *Type) Alignment() int64 {
 }
 
 func (t *Type) SimpleString() string {
-       return Econv(int(t.Etype), 0)
+       return Econv(t.Etype)
 }
 
 func (t *Type) Equal(u ssa.Type) bool {