chore: rename files
This commit is contained in:
parent
604cb3dd81
commit
e5a55e16cf
4 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ import Init.Lean.Compiler.ExternAttr
|
|||
import Init.Lean.Compiler.IR.Basic
|
||||
import Init.Lean.Compiler.IR.CompilerM
|
||||
import Init.Lean.Compiler.IR.FreeVars
|
||||
import Init.Lean.Compiler.IR.ElimDead
|
||||
import Init.Lean.Compiler.IR.ElimDeadVars
|
||||
|
||||
namespace Lean
|
||||
namespace IR
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import Init.Lean.Compiler.IR.Basic
|
|||
import Init.Lean.Compiler.IR.Format
|
||||
import Init.Lean.Compiler.IR.CompilerM
|
||||
import Init.Lean.Compiler.IR.PushProj
|
||||
import Init.Lean.Compiler.IR.ElimDead
|
||||
import Init.Lean.Compiler.IR.ElimDeadVars
|
||||
import Init.Lean.Compiler.IR.SimpCase
|
||||
import Init.Lean.Compiler.IR.ResetReuse
|
||||
import Init.Lean.Compiler.IR.NormIds
|
||||
|
|
@ -18,7 +18,7 @@ import Init.Lean.Compiler.IR.Boxing
|
|||
import Init.Lean.Compiler.IR.RC
|
||||
import Init.Lean.Compiler.IR.ExpandResetReuse
|
||||
import Init.Lean.Compiler.IR.UnboxResult
|
||||
import Init.Lean.Compiler.IR.UnreachBranches
|
||||
import Init.Lean.Compiler.IR.ElimDeadBranches
|
||||
import Init.Lean.Compiler.IR.EmitC
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue