summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-03-09 21:35:10 +0000
committerStuart Hastings <stuart@apple.com>2011-03-09 21:35:10 +0000
commit167831dcac0466f736427bb3ba4cc9522c9a03cf (patch)
tree3b60ce600c585216e15c731e52bb2472a70b4537 /test/CodeGen
parent2f5443be111a6f03bf85eab9aab3f2877cb55d2a (diff)
downloadllvm-167831dcac0466f736427bb3ba4cc9522c9a03cf.tar.gz
llvm-167831dcac0466f736427bb3ba4cc9522c9a03cf.tar.bz2
llvm-167831dcac0466f736427bb3ba4cc9522c9a03cf.tar.xz
Tweak test to work on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/byval-memcpy.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/byval-memcpy.ll b/test/CodeGen/X86/byval-memcpy.ll
index 122b9f1259..a1eee45a83 100644
--- a/test/CodeGen/X86/byval-memcpy.ll
+++ b/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