]> granicus.if.org Git - clang/commitdiff
Update comment.
authorMike Stump <mrs@apple.com>
Tue, 26 May 2009 23:35:31 +0000 (23:35 +0000)
committerMike Stump <mrs@apple.com>
Tue, 26 May 2009 23:35:31 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72444 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/volatile.c

index cf729a33bc5361386b09f652d3730bbcace46b29..212a0aeb1e358fbf483c8a784d434df93803c372 100644 (file)
@@ -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