diff options
Diffstat (limited to 'test/CodeGen/microsoft-call-conv.c')
-rw-r--r-- | test/CodeGen/microsoft-call-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/microsoft-call-conv.c b/test/CodeGen/microsoft-call-conv.c index 95f5fa3f83..390c3be05e 100644 --- a/test/CodeGen/microsoft-call-conv.c +++ b/test/CodeGen/microsoft-call-conv.c @@ -46,5 +46,5 @@ int main(void) { void __stdcall f7(foo) int foo; {} void f8(void) { f7(0); - // CHECK: call x86_stdcallcc void (...)* bitcast + // CHECK: call x86_stdcallcc void @f7(i32 0) } |