aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-07-19 19:06:55 -0700
committerRoy Frostig <[email protected]>2010-07-19 19:06:55 -0700
commitae515c017c0aadb2a4c691804f1bc3b8b343dd67 (patch)
tree162a9bce32a712db96d45ed20f7c8e2e20355ae3 /src/Makefile
parentAutoderef objects when passing them as implicit (indirect) arg upon vtbl-disp... (diff)
downloadrust-ae515c017c0aadb2a4c691804f1bc3b8b343dd67.tar.xz
rust-ae515c017c0aadb2a4c691804f1bc3b8b343dd67.zip
ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index adc3ec17..628eab62 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -386,6 +386,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
acyclic-unwind.rs \
alt-pattern-simple.rs \
alt-tag.rs \
+ autoderef-full-lval.rs \
autoderef-objfn.rs \
basic.rs \
bind-obj-ctor.rs \