diff options
Diffstat (limited to 'test/CodeGen/ARM/neon_shift.ll')
| -rw-r--r-- | test/CodeGen/ARM/neon_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/neon_shift.ll b/test/CodeGen/ARM/neon_shift.ll index 340f220fb362..3c09358cf138 100644 --- a/test/CodeGen/ARM/neon_shift.ll +++ b/test/CodeGen/ARM/neon_shift.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s +; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s ; <rdar://problem/9055897> define <4 x i16> @t1(<4 x i32> %a) nounwind { |
