aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/mrtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/mrtd.c')
-rw-r--r--test/CodeGen/mrtd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mrtd.c b/test/CodeGen/mrtd.c
index f929d4c26b28..8d2aeeec49df 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{{.*}} }