diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2018-03-10 23:22:46 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2018-03-10 23:22:46 +0000 |
commit | 2282cc2a09a5efe058e5363511f53487ce80f76b (patch) | |
tree | f66239b84441e154dc54e69f33fb19313681ec68 | |
parent | 4deb75d2e8578f75bfbce8328323620222377335 (diff) | |
download | bcm5719-llvm-2282cc2a09a5efe058e5363511f53487ce80f76b.tar.gz bcm5719-llvm-2282cc2a09a5efe058e5363511f53487ce80f76b.zip |
Revert r327199: "Clean up a temp file on the buildbots"
"I'll revert this tomorrow," I said yesterday. This should've reached
all the bots it can by now.
llvm-svn: 327230
-rw-r--r-- | llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll index 689c35b922e..44f54745fd1 100644 --- a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll +++ b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll @@ -1,7 +1,5 @@ ; REQUIRES: arm-registered-target ; REQUIRES: asserts -; Temporary hack: some bots have this file hanging around. Get rid of it. -; RUN: rm -f %S/vecreduce-propagate-sd-flags.s ; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s ; This test check that when v4f64 gets broken down to two v2f64 it maintains |