summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/byval-memcpy.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/byval-memcpy.ll b/llvm/test/CodeGen/X86/byval-memcpy.ll
index 122b9f1259c..a1eee45a831 100644
--- a/llvm/test/CodeGen/X86/byval-memcpy.ll
+++ b/llvm/test/CodeGen/X86/byval-memcpy.ll
@@ -1,6 +1,6 @@
-; R UN: llc < %s -march=x86-64 | FileCheck %s
-; R UN: llc < %s -march=x86 | FileCheck %s
-; C HECK: _memcpy
+; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86 | FileCheck %s
+; CHECK: memcpy
define void @foo([40000 x i32] *%P) nounwind {
call void @bar([40000 x i32] * byval align 1 %P)
ret void
OpenPOWER on IntegriCloud