From 914bb9dd38f3c8924c30cc3cc5c4ecc3928e82d2 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 26 May 2009 23:35:31 +0000 Subject: [PATCH] Update comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72444 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/volatile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0