diff options
Diffstat (limited to 'test/CodeGen/pr5406.c')
-rw-r--r-- | test/CodeGen/pr5406.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr5406.c b/test/CodeGen/pr5406.c index 2d19822..0f04a8e 100644 --- a/test/CodeGen/pr5406.c +++ b/test/CodeGen/pr5406.c @@ -6,7 +6,7 @@ typedef struct { char x[3]; } A0; void foo (int i, ...); -// CHECK: call arm_aapcscc void (i32, ...)* @foo(i32 1, [1 x i32] {{.*}}) +// CHECK: call void (i32, ...)* @foo(i32 1, [1 x i32] {{.*}}) int main (void) { A0 a3; |