summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/ctpop.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-04-02 04:09:02 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-04-02 04:09:02 +0000
commitf37812e906a3abbdb8353e2eb9e8223ff9036b68 (patch)
tree0b640ee8992d67a900848f70b154939c041e48db /test/CodeGen/SPARC/ctpop.ll
parentfcb25e60f514e4dbceecef73ac229c61d6202ed2 (diff)
downloadllvm-f37812e906a3abbdb8353e2eb9e8223ff9036b68.tar.gz
llvm-f37812e906a3abbdb8353e2eb9e8223ff9036b68.tar.bz2
llvm-f37812e906a3abbdb8353e2eb9e8223ff9036b68.tar.xz
Add support for 64-bit calling convention.
This is far from complete, but it is enough to make it possible to write test cases using i64 arguments. Missing features: - Floating point arguments. - Receiving arguments on the stack. - Calls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC/ctpop.ll')
-rw-r--r--test/CodeGen/SPARC/ctpop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/ctpop.ll b/test/CodeGen/SPARC/ctpop.ll
index e56f4947b5..916a41496e 100644
--- a/test/CodeGen/SPARC/ctpop.ll
+++ b/test/CodeGen/SPARC/ctpop.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=sparc -mattr=-v9 | not grep popc
-; RUN: llc < %s -march=sparcv9 -mattr=v9 | grep popc
+; RUN: llc < %s -march=sparc -mattr=+v9 | grep popc
declare i32 @llvm.ctpop.i32(i32)