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()
 }
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to