[cfe-commits] r166833 - /cfe/trunk/test/CodeGen/dostmt.c

Eli Friedman eli.friedman at gmail.com
Fri Oct 26 16:25:42 PDT 2012


Author: efriedma
Date: Fri Oct 26 18:25:42 2012
New Revision: 166833

URL: http://llvm.org/viewvc/llvm-project?rev=166833&view=rev
Log:
Fix typo.


Modified:
    cfe/trunk/test/CodeGen/dostmt.c

Modified: cfe/trunk/test/CodeGen/dostmt.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/dostmt.c?rev=166833&r1=166832&r2=166833&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/dostmt.c (original)
+++ cfe/trunk/test/CodeGen/dostmt.c Fri Oct 26 18:25:42 2012
@@ -71,6 +71,6 @@
 void test6() {
   do {
   } while (test6f(), 0);
-  // CHECK call void @test6f()
+  // CHECK: call void @test6f()
 }
 





More information about the cfe-commits mailing list