mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-27 04:18:42 +00:00
Remove obsolete -f flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
; Test that vectors are scalarized/lowered correctly.
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | \
|
||||
; RUN: grep stfs | count 4
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t
|
||||
; RUN: grep vspltw %t | count 2
|
||||
; RUN: grep vsplti %t | count 3
|
||||
; RUN: grep vsplth %t | count 1
|
||||
|
||||
Reference in New Issue
Block a user