diff options
Diffstat (limited to 'llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c')
| -rw-r--r-- | llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c b/llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c index f1900bb646b..eb9d22c6252 100644 --- a/llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c +++ b/llvm/test/FrontendC/2007-11-07-AlignedMemcpy.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c %s -o /dev/null +// RUN: %llvmgcc -S %s -o /dev/null void bork() { int Qux[33] = {0}; } |

