summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitec415efb4451acc3b94fd62d8fa7268ef6ddd52a (patch)
tree981f311f979c48d5a0c84a46e167c6402e9de30d /llvm/test/CodeGen/ARM/uxtb.ll
parentdc35e5b43aa37e961d4603611ad7d47b7b96a0ed (diff)
downloadbcm5719-llvm-ec415efb4451acc3b94fd62d8fa7268ef6ddd52a.tar.gz
bcm5719-llvm-ec415efb4451acc3b94fd62d8fa7268ef6ddd52a.zip
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly.
llvm-svn: 66365
Diffstat (limited to 'llvm/test/CodeGen/ARM/uxtb.ll')
-rw-r--r--llvm/test/CodeGen/ARM/uxtb.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/uxtb.ll b/llvm/test/CodeGen/ARM/uxtb.ll
index 85659a7cc98..73e918b7a5d 100644
--- a/llvm/test/CodeGen/ARM/uxtb.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud