summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/uxtb.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-08 04:02:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-08 04:02:49 +0000
commit4b1747430a2d67702958b95d6776396734f184a0 (patch)
tree92c1690547c0cabf1b7c4a1451ec4cc2a818aec3 /test/CodeGen/ARM/uxtb.ll
parentdfe964ce8c367248e587f2d9ecc7fac5ee2c6fdc (diff)
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/uxtb.ll')
-rw-r--r--test/CodeGen/ARM/uxtb.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/uxtb.ll b/test/CodeGen/ARM/uxtb.ll
index 85659a7cc98..73e918b7a5d 100644
--- a/test/CodeGen/ARM/uxtb.ll
+++ b/test/CodeGen/ARM/uxtb.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+v6 | \
+; RUN: llvm-as < %s | llc -mtriple=armv6-apple-darwin | \
; RUN: grep uxt | count 10
define i32 @test1(i32 %x) {