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/arguments7.ll b/test/CodeGen/ARM/arguments7.ll index 038e417..fa97ee8 100644 --- a/test/CodeGen/ARM/arguments7.ll +++ b/test/CodeGen/ARM/arguments7.ll
@@ -6,4 +6,4 @@ ret double %tmp } -declare double @g(double) +declare double @g(i32, i32, i32, i32, double)