diff options
| author | Graydon Hoare <[email protected]> | 2010-09-16 16:50:41 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-16 16:59:37 -0700 |
| commit | 5536af3d48da5176bf4b473b54cb6b060c6eee68 (patch) | |
| tree | 343f56056661cb5bab5f3f291238ed74b0d4dac4 /src/Makefile | |
| parent | Check for infinitely sized tags. Un-XFAIL test/compile-fail/infinite-tag-type... (diff) | |
| download | rust-5536af3d48da5176bf4b473b54cb6b060c6eee68.tar.xz rust-5536af3d48da5176bf4b473b54cb6b060c6eee68.zip | |
Beginnings of post-resolve simplify pass.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 631798c7..673e5e75 100644 --- a/src/Makefile +++ b/src/Makefile @@ -233,8 +233,8 @@ BE_MLS := $(addprefix boot/be/, x86.ml ra.ml pe.ml elf.ml \ macho.ml) IL_MLS := $(addprefix boot/be/, asm.ml il.ml abi.ml) ME_MLS := $(addprefix boot/me/, walk.ml semant.ml resolve.ml alias.ml \ - type.ml dead.ml effect.ml typestate.ml loop.ml layout.ml \ - transutil.ml trans.ml dwarf.ml) + simplify.ml type.ml dead.ml effect.ml typestate.ml loop.ml \ + layout.ml transutil.ml trans.ml dwarf.ml) FE_MLS := $(addprefix boot/fe/, ast.ml token.ml lexer.ml parser.ml pexp.ml \ item.ml cexp.ml fuzz.ml) DRIVER_TOP_MLS := $(addprefix boot/driver/, lib.ml $(VARIANT)/glue.ml main.ml) |