From 167831dcac0466f736427bb3ba4cc9522c9a03cf Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Wed, 9 Mar 2011 21:35:10 +0000 Subject: [PATCH] Tweak test to work on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127364 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/byval-memcpy.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/X86/byval-memcpy.ll b/test/CodeGen/X86/byval-memcpy.ll index 122b9f1259c..a1eee45a831 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 -- 2.11.0