summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ret_arg3.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-17 20:02:20 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-17 20:02:20 +0000
commitf697c038834f36190d6d93353ea3b1fababe6faf (patch)
tree0d6ee48a1c954dd09ab948fd4da9acee2a1f3239 /llvm/test/CodeGen/ARM/ret_arg3.ll
parent1f6520842c2873aff772a39d53582c469b4f399d (diff)
downloadbcm5719-llvm-f697c038834f36190d6d93353ea3b1fababe6faf.tar.gz
bcm5719-llvm-f697c038834f36190d6d93353ea3b1fababe6faf.zip
Remove llvm-upgrade.
llvm-svn: 47238
Diffstat (limited to 'llvm/test/CodeGen/ARM/ret_arg3.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ret_arg3.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/ret_arg3.ll b/llvm/test/CodeGen/ARM/ret_arg3.ll
index 41fc9306be3..9210e7b09f5 100644
--- a/llvm/test/CodeGen/ARM/ret_arg3.ll
+++ b/llvm/test/CodeGen/ARM/ret_arg3.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
-int %test(int %a1, int %a2, int %a3) {
- ret int %a3
+; RUN: llvm-as < %s | llc -march=arm
+define i32 @test(i32 %a1, i32 %a2, i32 %a3) {
+ ret i32 %a3
}
+
OpenPOWER on IntegriCloud