diff options
| author | Graydon Hoare <[email protected]> | 2010-08-26 16:26:51 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-26 16:27:47 -0700 |
| commit | 7cfa7bdd23c1fed92a5e52f33437fbaeec4c235b (patch) | |
| tree | 347a467a95c132dbe86eb0b23ce27559884ebc50 /src/Makefile | |
| parent | Add automatic parameter instantiation. Closes #45. (diff) | |
| download | rust-7cfa7bdd23c1fed92a5e52f33437fbaeec4c235b.tar.xz rust-7cfa7bdd23c1fed92a5e52f33437fbaeec4c235b.zip | |
Make vreg constrs per-quad, regfence on nontrivial constrs, back out workaround to _uint, add regression test. Closes #152.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 22dd0c56..77045777 100644 --- a/src/Makefile +++ b/src/Makefile @@ -510,6 +510,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ obj-with-vec.rs \ operator-associativity.rs \ output-slot-variants.rs \ + over-constrained-vregs.rs \ pred.rs \ preempt.rs \ readalias.rs \ |