summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-06-26 00:26:46 +0000
committerMatthias Braun <matze@braunis.de>2015-06-26 00:26:46 +0000
commitf3518215f75fdcbf7a8e844fc09dce4d3a3b4e48 (patch)
tree8eef73f86dfa606481c06a9e7beeeadcb80a405b /llvm/test/CodeGen/ARM
parent611ff519d0aa4fe2227899ea1a4731e820800030 (diff)
downloadbcm5719-llvm-f3518215f75fdcbf7a8e844fc09dce4d3a3b4e48.tar.gz
bcm5719-llvm-f3518215f75fdcbf7a8e844fc09dce4d3a3b4e48.zip
Fix mismatched architectures in test
llvm-svn: 240745
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll b/llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
index 4b274d2aedc..96c5fb8961e 100644
--- a/llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
+++ b/llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=cortex-a9 -O1 -filetype=obj %s -o - | llvm-objdump -arch thumb -mcpu=cortex-a9 -d - | FileCheck %s
+; RUN: llc -mtriple=thumbv7-- -mcpu=cortex-a9 -O1 -filetype=obj %s -o - | llvm-objdump -triple=thumbv7-- -mcpu=cortex-a9 -d - | FileCheck %s
target datalayout = "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:64-v128:64:128-a:0:32-n32-S64"
target triple = "thumbv7--linux-gnueabi"
OpenPOWER on IntegriCloud