Skip to content

Commit

Permalink
[ARM] Fix redirect in inline assembly test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pbarrio committed Feb 15, 2018
1 parent 661ab34 commit fa6f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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) {
Expand Down

0 comments on commit fa6f1c0

Please sign in to comment.