forked from OSchip/llvm-project
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
This commit is contained in:
parent
4deb75d2e8
commit
2282cc2a09
|
@ -1,7 +1,5 @@
|
||||||
; REQUIRES: arm-registered-target
|
; REQUIRES: arm-registered-target
|
||||||
; REQUIRES: asserts
|
; 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
|
; 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
|
; This test check that when v4f64 gets broken down to two v2f64 it maintains
|
||||||
|
|
Loading…
Reference in New Issue