summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeoff Berry <gberry@codeaurora.org>2017-12-14 18:06:25 +0000
committerGeoff Berry <gberry@codeaurora.org>2017-12-14 18:06:25 +0000
commitc04e9d0dbfcdae56382f51cb4be19aa68894bd1b (patch)
tree3e2f18ff66c7b784d3ebf6fed210861af4a4863b /test
parent9ad242e7fab304952d1cbdec4f59d43ced5cbfcd (diff)
[ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.
Fixes expensive-check ARM buildbot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/load_store_multiple.ll4
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 5ea1f8cf6ff..a636a8d12b2 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: