1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix test command line to avoid generating output file.

llvm-svn: 204437
This commit is contained in:
Kevin Qin 2014-03-21 07:20:29 +00:00
parent 4470e9c92d
commit ae78ca22fd

View File

@ -1,4 +1,4 @@
; RUN: not llc %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
; RUN: not llc < %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
%struct.float4 = type { float, float, float, float }