commit | a370a44a7648f409ed26d3300f249f625780e24e | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sat Apr 17 21:29:25 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sat Apr 17 21:29:25 2010 +0000 |
tree | e234a1ca39834ba0c3f48b422468b962a3704828 | |
parent | dd3a87912bdf84c6b1262a052368d0449efb90f9 [diff] [blame] |
Fix declarations in a few more tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101676 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/arguments8.ll b/test/CodeGen/ARM/arguments8.ll index 6999a4d..abe059b 100644 --- a/test/CodeGen/ARM/arguments8.ll +++ b/test/CodeGen/ARM/arguments8.ll
@@ -6,4 +6,4 @@ ret i64 %tmp } -declare i64 @g(i64) +declare i64 @g(i32, i32, i32, i32, i64)