diff options
Diffstat (limited to 'test/CodeGen/ARM/load_store_multiple.ll')
| -rw-r--r-- | test/CodeGen/ARM/load_store_multiple.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/load_store_multiple.ll b/test/CodeGen/ARM/load_store_multiple.ll index 5ea1f8cf6ffa3..a636a8d12b223 100644 --- a/test/CodeGen/ARM/load_store_multiple.ll +++ b/test/CodeGen/ARM/load_store_multiple.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple=armv7-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-LE -; RUN: llc -mtriple=armv7eb-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-BE +; RUN: llc -verify-machineinstrs -mtriple=armv7-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-LE +; RUN: llc -verify-machineinstrs -mtriple=armv7eb-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-BE define void @ld_st_vec_i8(<16 x i8>* %A, <16 x i8>* %B) nounwind { ;CHECK-LE-LABEL: ld_st_vec_i8: |
