summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-05-14 17:47:27 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-05-14 17:47:27 +0000
commitbc3db03bf0931c0b1d8ed9fe733771c7fceb66f8 (patch)
treeb91b8eaea6979d007fb011fc6ba404e000198d4e /test/CodeGen/SPARC
parent36e1b5143843009cabdb1c27d97ed55ab16e376d (diff)
downloadllvm-bc3db03bf0931c0b1d8ed9fe733771c7fceb66f8.tar.gz
llvm-bc3db03bf0931c0b1d8ed9fe733771c7fceb66f8.tar.bz2
llvm-bc3db03bf0931c0b1d8ed9fe733771c7fceb66f8.tar.xz
Recognize sparc64 as an alias for sparcv9 triples.
Patch by Brad Smith! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC')
-rw-r--r--test/CodeGen/SPARC/64cond.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/64cond.ll b/test/CodeGen/SPARC/64cond.ll
index 6e66a262a4..cf1a039af5 100644
--- a/test/CodeGen/SPARC/64cond.ll
+++ b/test/CodeGen/SPARC/64cond.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=sparcv9 | FileCheck %s
-; Testing 64-bit conditionals.
+; RUN: llc < %s -mtriple=sparc64-pc-openbsd | FileCheck %s
+; Testing 64-bit conditionals. The sparc64 triple is an alias for sparcv9.
; CHECK: cmpri
; CHECK: subcc %i1, 1