Fix mismatched architectures in test
authorMatthias Braun <matze@braunis.de>
Fri, 26 Jun 2015 00:26:46 +0000 (00:26 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 26 Jun 2015 00:26:46 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240745 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/wrong-t2stmia-size-opt.ll

index 4b274d2aedc2c59c8186a22b189d2f2c1da34a30..96c5fb8961ef7eea93ee13ca5976f201081b01c9 100644 (file)
@@ -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"