diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll b/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll index 8904a71cd95..d3d53df11b5 100644 --- a/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll +++ b/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=armv7-none-eabi -mattr=+neon %s -o - | FileCheck %s +; RUN: llc -mtriple=armv7-none-eabi -mattr=+neon < %s -o - | FileCheck %s ; The following functions test the use case where an X constraint is used to ; add a dependency between an assembly instruction (vmsr in this case) and |