summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/unaligned-memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/unaligned-memcpy.c')
-rw-r--r--test/FrontendC/unaligned-memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/unaligned-memcpy.c b/test/FrontendC/unaligned-memcpy.c
index 9e6ce07..8fb84e4 100644
--- a/test/FrontendC/unaligned-memcpy.c
+++ b/test/FrontendC/unaligned-memcpy.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | llc
+// RUN: %llvmgcc %s -S -o - | llc
void bork() {
char Qux[33] = {0};
OpenPOWER on IntegriCloud