From 9a0f436da2daf8c53570d9fc06046d493e835a8f Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sat, 13 Aug 2011 17:06:34 +0000 Subject: [PATCH] Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137556 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp b/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp index b8589b067d2..c5ec26225fa 100644 --- a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp +++ b/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -S %s -o - | grep {volatile load} +// RUN: %llvmgxx -S %s -o - | grep {load volatile} // PR3320 void test(volatile int *a) {