summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ret_i128_arg2.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-04-17 20:40:20 +0000
committerBob Wilson <bob.wilson@apple.com>2009-04-17 20:40:20 +0000
commit7eb793dd0925dd4d0c05ccd0d555346bbfb081f3 (patch)
treee402976c7223d1a27f54b8fdedcffdc6525cab69 /test/CodeGen/ARM/ret_i128_arg2.ll
parentdee46d7f6d61ca628725b54c2d24154ebe70ed96 (diff)
Rename file to have the correct suffix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ret_i128_arg2.ll')
-rw-r--r--test/CodeGen/ARM/ret_i128_arg2.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ret_i128_arg2.ll b/test/CodeGen/ARM/ret_i128_arg2.ll
new file mode 100644
index 00000000000..0fe98e6b70f
--- /dev/null
+++ b/test/CodeGen/ARM/ret_i128_arg2.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
+
+define i128 @test_i128(i128 %a1, i128 %a2, i128 %a3) {
+ ret i128 %a3
+}
+