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

Stuart Hastings stuart at apple.com
Wed Mar 9 13:33:47 PST 2011


Author: stuart
Date: Wed Mar  9 15:33:47 2011
New Revision: 127363

URL: http://llvm.org/viewvc/llvm-project?rev=127363&view=rev
Log:
Disable this test temporarily to reduce BuildBot complaints.

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=127363&r1=127362&r2=127363&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/byval-memcpy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/byval-memcpy.ll Wed Mar  9 15:33:47 2011
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
-; RUN: llc < %s -march=x86 | FileCheck %s
-; CHECK: _memcpy
+; R UN: llc < %s -march=x86-64 | FileCheck %s
+; R UN: llc < %s -march=x86 | FileCheck %s
+; C HECK: _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