summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/unaligned-memcpy.c
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-05 00:02:37 +0000
committerDan Gohman <gohman@apple.com>2009-12-05 00:02:37 +0000
commit6aea8dccf19fb514fe8cedaef81dfd78cd528679 (patch)
tree445ff775e9913ece16f348106b75ea1c5a1af634 /llvm/test/FrontendC/unaligned-memcpy.c
parent86bafa29a354405dc69bcd4ed6fd634ec22d0810 (diff)
downloadbcm5719-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.c2
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};
OpenPOWER on IntegriCloud