summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll')
-rw-r--r--llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll b/llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll
index 56bb21caf3c..f15a1b44181 100644
--- a/llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll
+++ b/llvm/test/CodeGen/X86/2004-02-12-Memcpy.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
+; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
@A = global [32 x i32] zeroinitializer
@B = global [32 x i32] zeroinitializer
OpenPOWER on IntegriCloud