[PATCH] D43342: [ARM] Fix redirect in inline assembly test
Pablo Barrio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 10:18:35 PST 2018
pbarrio created this revision.
pbarrio added a reviewer: gkistanova.
Herald added subscribers: llvm-commits, kristof.beyls, eraman, javed.absar.
Fix silly mistake in a test
Repository:
rL LLVM
https://reviews.llvm.org/D43342
Files:
test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
Index: test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
===================================================================
--- test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
+++ 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) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43342.134453.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/e3dc81c1/attachment.bin>
More information about the llvm-commits
mailing list