aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-21 07:58:16 -0800
committerGraydon Hoare <[email protected]>2011-01-21 07:59:56 -0800
commit8bc57fa85e6191117c8c27bf53f8e051e13783c3 (patch)
tree663f8d067457d0abe92e319e0b5c63a001fa1127 /src/comp/rustc.rc
parentM-x indent-region on trans.rs. (diff)
downloadrust-8bc57fa85e6191117c8c27bf53f8e051e13783c3.tar.xz
rust-8bc57fa85e6191117c8c27bf53f8e051e13783c3.zip
Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases in trans.rs
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 8f541415..b439632c 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -34,6 +34,8 @@ mod util {
auth driver.rustc.main = impure;
auth middle.trans = unsafe;
+auth middle.trans.copy_args_to_allocas = impure;
+auth middle.trans.trans_block = impure;
auth lib.llvm = unsafe;