summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorPablo Barrio <pablo.barrio@arm.com>2018-02-15 19:17:55 +0000
committerPablo Barrio <pablo.barrio@arm.com>2018-02-15 19:17:55 +0000
commitfa6f1c01300c9e72f3892f84b0b73ee634da3075 (patch)
treea7fc9eaef0fd91ff8d22072b0b285addd80c2c94 /llvm/test/CodeGen/ARM
parent661ab34a3157150a3b07c06e968e7b6737627e38 (diff)
downloadbcm5719-llvm-fa6f1c01300c9e72f3892f84b0b73ee634da3075.tar.gz
bcm5719-llvm-fa6f1c01300c9e72f3892f84b0b73ee634da3075.zip
[ARM] Fix redirect in inline assembly test
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 llvm-svn: 325283
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll b/llvm/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
index ea1b2273911..b55469ce87d 100644
--- a/llvm/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
+++ b/llvm/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
@@ -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) {
OpenPOWER on IntegriCloud