diff options
Diffstat (limited to 'test/CodeGen/mrtd.c')
-rw-r--r-- | test/CodeGen/mrtd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mrtd.c b/test/CodeGen/mrtd.c index f929d4c..8d2aeee 100644 --- a/test/CodeGen/mrtd.c +++ b/test/CodeGen/mrtd.c @@ -23,6 +23,6 @@ void quux(int a1, int a2, int a3) { qux(a1, a2, a3); } // CHECK-LABEL: define x86_stdcallcc void @quux -// CHECK: call void (i32, ...)* @qux +// CHECK: call void (i32, ...) @qux // CHECK: attributes [[NUW]] = { nounwind{{.*}} } |