forked from OSchip/llvm-project
Clean up a temp file on the buildbots.
r327100 made us stop producing vecreduce-propagate-sd-flags.s, but it's still sticking around on some bots. This makes the bots unhappy. I'll revert this tomorrow. llvm-svn: 327199
This commit is contained in:
parent
63c378d343
commit
088809def1
|
@ -1,5 +1,7 @@
|
|||
; 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
|
||||
|
|
Loading…
Reference in New Issue