summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit3d8584f60e9fe3ae6d1b5988e5188e5866c54a36 (patch)
tree732901be4a76353c2122beac49bbe1d9a7af564e /llvm/test/CodeGen
parent9ba3013ed94243340e09abdf53d1b59fab7a38d4 (diff)
downloadbcm5719-llvm-3d8584f60e9fe3ae6d1b5988e5188e5866c54a36.tar.gz
bcm5719-llvm-3d8584f60e9fe3ae6d1b5988e5188e5866c54a36.zip
Tweak test to work on Linux.
llvm-svn: 127364
Diffstat (limited to 'llvm/test/CodeGen')
-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