diff options
Diffstat (limited to 'test/FrontendC/2007-04-24-VolatileStructCopy.c')
-rw-r--r-- | test/FrontendC/2007-04-24-VolatileStructCopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-04-24-VolatileStructCopy.c b/test/FrontendC/2007-04-24-VolatileStructCopy.c index 4765921..d49e75e 100644 --- a/test/FrontendC/2007-04-24-VolatileStructCopy.c +++ b/test/FrontendC/2007-04-24-VolatileStructCopy.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {volatile store} +// RUN: %llvmgcc -O3 -S -o - %s | grep {volatile store} // PR1352 struct foo { |