From: Eli Friedman Date: Fri, 26 Oct 2012 23:25:42 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b82cfc1ba1ee7000273e81e1e4c791fff0e22e5;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166833 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/dostmt.c b/test/CodeGen/dostmt.c index 32e5f94034..54973dc99b 100644 --- a/test/CodeGen/dostmt.c +++ b/test/CodeGen/dostmt.c @@ -71,6 +71,6 @@ void test6f(void); void test6() { do { } while (test6f(), 0); - // CHECK call void @test6f() + // CHECK: call void @test6f() }