diff options
| author | Dan Gohman <gohman@apple.com> | 2009-12-05 00:02:37 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-12-05 00:02:37 +0000 |
| commit | 6aea8dccf19fb514fe8cedaef81dfd78cd528679 (patch) | |
| tree | 445ff775e9913ece16f348106b75ea1c5a1af634 /llvm/test/FrontendC/unaligned-memcpy.c | |
| parent | 86bafa29a354405dc69bcd4ed6fd634ec22d0810 (diff) | |
| download | bcm5719-llvm-6aea8dccf19fb514fe8cedaef81dfd78cd528679.tar.gz bcm5719-llvm-6aea8dccf19fb514fe8cedaef81dfd78cd528679.zip | |
Remove now-redundant llvm-as invocations.
llvm-svn: 90626
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}; |

