[cfe-commits] r72444 - /cfe/trunk/test/CodeGen/volatile.c

Mike Stump mrs at apple.com
Tue May 26 16:35:32 PDT 2009


Author: mrs
Date: Tue May 26 18:35:31 2009
New Revision: 72444

URL: http://llvm.org/viewvc/llvm-project?rev=72444&view=rev
Log:
Update comment.

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

Modified: cfe/trunk/test/CodeGen/volatile.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/volatile.c?rev=72444&r1=72443&r2=72444&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/volatile.c (original)
+++ cfe/trunk/test/CodeGen/volatile.c Tue May 26 18:35:31 2009
@@ -2,7 +2,7 @@
 // RUN: grep volatile %t | count 25 &&
 // RUN: grep memcpy %t | count 7
 
-// The number 26 comes from the current codegen for volatile loads;
+// The number 25 comes from the current codegen for volatile loads;
 // if this number changes, it's not necessarily something wrong, but
 // something has changed to affect volatile load/store codegen
 





More information about the cfe-commits mailing list