diff options
-rw-r--r-- | test/CodeGen/volatile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/volatile.c b/test/CodeGen/volatile.c index cf729a33bc..212a0aeb1e 100644 --- a/test/CodeGen/volatile.c +++ b/test/CodeGen/volatile.c @@ -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 |