about summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2016-09-01 00:27:03 +0300
committerEduard Burtescu <edy.burt@gmail.com>2016-09-01 00:27:03 +0300
commitf5c775274275fa34b068ddf802bd528f790f7af8 (patch)
tree246ef533804341a89b18a3d5c6ac29c59b3dfee5 /src/rustllvm
parent4473130f4e0a20278225251ea6a0400258b03180 (diff)
Fix optimization regressions for operations on [x; n]-initialized arrays.
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 67f8730c258..1080070d21a 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.
-2016-08-23
+2016-08-30