summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-ldm.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-04 22:22:58 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-04 22:22:58 +0000
commit57035994f7329d63582365df278826dbbac5b046 (patch)
tree4587862a20a70a9b42f0c71986850760d05b5dbf /test/CodeGen/Thumb2/thumb2-ldm.ll
parent42cdcb9a869cda010552a9d5d635ceeaa8cfa5ab (diff)
downloadllvm-57035994f7329d63582365df278826dbbac5b046.tar.gz
llvm-57035994f7329d63582365df278826dbbac5b046.tar.bz2
llvm-57035994f7329d63582365df278826dbbac5b046.tar.xz
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-ldm.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-ldm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-ldm.ll b/test/CodeGen/Thumb2/thumb2-ldm.ll
index c90722ccfd..c3e3bf6b3b 100644
--- a/test/CodeGen/Thumb2/thumb2-ldm.ll
+++ b/test/CodeGen/Thumb2/thumb2-ldm.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s
+; RUN: llvm-as < %s | llc -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s
@X = external global [0 x i32] ; <[0 x i32]*> [#uses=5]