diff options
Diffstat (limited to 'llvm/test/FrontendC/unaligned-memcpy.c')
| -rw-r--r-- | llvm/test/FrontendC/unaligned-memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/unaligned-memcpy.c b/llvm/test/FrontendC/unaligned-memcpy.c index e5d810f3ace..9e6ce07e367 100644 --- a/llvm/test/FrontendC/unaligned-memcpy.c +++ b/llvm/test/FrontendC/unaligned-memcpy.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc +// RUN: %llvmgcc %s -S -emit-llvm -o - | llc void bork() { char Qux[33] = {0}; |

