summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2012-10-26 23:25:42 +0000
committerEli Friedman <eli.friedman@gmail.com>2012-10-26 23:25:42 +0000
commit7b82cfc1ba1ee7000273e81e1e4c791fff0e22e5 (patch)
tree423517b5d25b362b1982723a82d4463d9c0b24bb
parent3d7c780d93ebcb84a1224de8c44835ea43e82b15 (diff)
downloadclang-7b82cfc1ba1ee7000273e81e1e4c791fff0e22e5.tar.gz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166833 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/dostmt.c2
1 files changed, 1 insertions, 1 deletions
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()
}