OSDN Git Service

[ARM] Fix redirect in inline assembly test
authorPablo Barrio <pablo.barrio@arm.com>
Thu, 15 Feb 2018 19:17:55 +0000 (19:17 +0000)
committerPablo Barrio <pablo.barrio@arm.com>
Thu, 15 Feb 2018 19:17:55 +0000 (19:17 +0000)
Summary: Fix silly mistake in a test

Reviewers: gkistanova, apilipenko

Subscribers: javed.absar, eraman, kristof.beyls, llvm-commits

Differential Revision: https://reviews.llvm.org/D43342

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325283 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll

index ea1b227..b55469c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=armv8-eabi -mattr=+neon %s -o /dev/null 2<&1 | FileCheck %s
+; RUN: not llc -mtriple=armv8-eabi -mattr=+neon %s -o /dev/null 2>&1 | FileCheck %s
 
 ; CHECK: inline assembly requires more registers than available
 define <4 x float> @t-constraint-float-vectors-too-few-regs(<4 x float> %a, <4 x float> %b) {