diff options
Diffstat (limited to 'test/FrontendC/unaligned-memcpy.c')
-rw-r--r-- | test/FrontendC/unaligned-memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/unaligned-memcpy.c b/test/FrontendC/unaligned-memcpy.c index e5d810f..9e6ce07 100644 --- a/test/FrontendC/unaligned-memcpy.c +++ b/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}; |