[llvm-commits] [llvm] r127364 - /llvm/trunk/test/CodeGen/X86/byval-memcpy.ll

Stuart Hastings stuart at apple.com
Wed Mar 9 13:35:10 PST 2011


Author: stuart
Date: Wed Mar  9 15:35:10 2011
New Revision: 127364

URL: http://llvm.org/viewvc/llvm-project?rev=127364&view=rev
Log:
Tweak test to work on Linux.

Modified:
    llvm/trunk/test/CodeGen/X86/byval-memcpy.ll

Modified: llvm/trunk/test/CodeGen/X86/byval-memcpy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/byval-memcpy.ll?rev=127364&r1=127363&r2=127364&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/byval-memcpy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/byval-memcpy.ll Wed Mar  9 15:35:10 2011
@@ -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





More information about the llvm-commits mailing list