Fix typo.

llvm-svn: 166833
This commit is contained in:
Eli Friedman 2012-10-26 23:25:42 +00:00
parent fc5b2effcf
commit ef5df7b8eb
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ void test6f(void);
void test6() {
do {
} while (test6f(), 0);
// CHECK call void @test6f()
// CHECK: call void @test6f()
}