aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/argument-blocks.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/argument-blocks.ll')
-rw-r--r--test/CodeGen/AArch64/argument-blocks.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/argument-blocks.ll b/test/CodeGen/AArch64/argument-blocks.ll
index f1dcfa6..3169abc 100644
--- a/test/CodeGen/AArch64/argument-blocks.ll
+++ b/test/CodeGen/AArch64/argument-blocks.ll
@@ -64,7 +64,7 @@ define void @test_varargs_stackalign() {
; CHECK-LABEL: test_varargs_stackalign:
; CHECK-DARWINPCS: stp {{w[0-9]+}}, {{w[0-9]+}}, [sp, #16]
- call void(...)* @callee([3 x float] undef, [2 x float] [float 1.0, float 2.0])
+ call void(...) @callee([3 x float] undef, [2 x float] [float 1.0, float 2.0])
ret void
}