ssa: set expr name for debug readable
This commit is contained in:
@@ -59,6 +59,11 @@ func (v Expr) SetOrdering(ordering AtomicOrdering) Expr {
|
|||||||
return v
|
return v
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (v Expr) SetName(name string) Expr {
|
||||||
|
v.impl.SetName(name)
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
type builtinTy struct {
|
type builtinTy struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user