summaryrefslogtreecommitdiffstats
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
commitef5df7b8ebe7a08981e3d88308027b88b36ece73 (patch)
tree434417cd846fc4b2a578ad486f2f00802d716cd7
parentfc5b2effcf0e37e9aec1dc2a40b07989ae5b9a00 (diff)
downloadbcm5719-llvm-ef5df7b8ebe7a08981e3d88308027b88b36ece73.tar.gz
bcm5719-llvm-ef5df7b8ebe7a08981e3d88308027b88b36ece73.zip
Fix typo.
llvm-svn: 166833
-rw-r--r--clang/test/CodeGen/dostmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/dostmt.c b/clang/test/CodeGen/dostmt.c
index 32e5f94034f..54973dc99b6 100644
--- a/clang/test/CodeGen/dostmt.c
+++ b/clang/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()
}
OpenPOWER on IntegriCloud