diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-mvn.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-mvn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mvn.ll b/llvm/test/CodeGen/Thumb2/thumb2-mvn.ll index a5592f6b927..adf982f4a34 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mvn.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mvn.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s +; RUN: llc -mtriple=thumbv7-apple-darwin %s -o - | FileCheck %s ; 0x000000bb = 187 define i32 @f1(i32 %a) { |

