Fix test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Friedman 2011-08-13 17:06:34 +00:00
parent 7dcd04abe0
commit 9a0f436da2

View File

@ -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) {