summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-03-09 21:33:47 +0000
committerStuart Hastings <stuart@apple.com>2011-03-09 21:33:47 +0000
commit9ba3013ed94243340e09abdf53d1b59fab7a38d4 (patch)
tree90046483161814483a712c1cd9cdfd3287ddfd21 /llvm/test/CodeGen
parent13f8c7d48eee9598c745a7a556d82664552d3301 (diff)
downloadbcm5719-llvm-9ba3013ed94243340e09abdf53d1b59fab7a38d4.tar.gz
bcm5719-llvm-9ba3013ed94243340e09abdf53d1b59fab7a38d4.zip
Disable this test temporarily to reduce BuildBot complaints.
llvm-svn: 127363
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 3f57f509a02..122b9f1259c 100644
--- a/llvm/test/CodeGen/X86/byval-memcpy.ll
+++ b/llvm/test/CodeGen/X86/byval-memcpy.ll
@@ -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
OpenPOWER on IntegriCloud