summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/unaligned-memcpy.c
diff options
context:
space:
mode:
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 9e6ce07e367..8fb84e4f515 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 - | llc
+// RUN: %llvmgcc %s -S -o - | llc
void bork() {
char Qux[33] = {0};
OpenPOWER on IntegriCloud