summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorBjörn Steinbrink <bsteinbr@gmail.com>2015-12-02 18:09:33 +0100
committerBjörn Steinbrink <bsteinbr@gmail.com>2015-12-02 18:19:10 +0100
commitd7ccea6c1caf63e5245e357899a67d9f2e7db0b1 (patch)
treee031361e034fdaea8b0e61d24e2402ff11a6b9bc /src/rustllvm
parent4f6fe3ee8ebd79109b919a9248cebe02195b2c3d (diff)
downloadrust-d7ccea6c1caf63e5245e357899a67d9f2e7db0b1.tar.gz
rust-d7ccea6c1caf63e5245e357899a67d9f2e7db0b1.zip
Disable the null check elimination pass
This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes #30081
Diffstat (limited to 'src/rustllvm')
-rw-r--r--src/rustllvm/llvm-auto-clean-trigger2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger
index 3b99aa3520b..4ef1fbb506b 100644
--- a/src/rustllvm/llvm-auto-clean-trigger
+++ b/src/rustllvm/llvm-auto-clean-trigger
@@ -1,4 +1,4 @@
 # If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
 # The actual contents of this file do not matter, but to trigger a change on the
 # build bots then the contents should be changed so git updates the mtime.
-2015-10-18
+2015-12-02