diff options
Diffstat (limited to 'test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp')
-rw-r--r-- | test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp b/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp deleted file mode 100644 index b8589b0..0000000 --- a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgxx -S %s -o - | grep {volatile load} -// PR3320 - -void test(volatile int *a) { - // should be a volatile load. - a[0]; -} |