diff options
-rw-r--r-- | test/FrontendC/pr5406.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/pr5406.c b/test/FrontendC/pr5406.c index c873e51ab9..492bdafa7e 100644 --- a/test/FrontendC/pr5406.c +++ b/test/FrontendC/pr5406.c @@ -8,7 +8,7 @@ typedef struct { char x[3]; } A0; void foo (int i, ...); -// CHECK: call arm_aapcscc void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind +// CHECK: call void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind int main (void) { A0 a3; |