Tweak test to work on Linux.

llvm-svn: 127364
This commit is contained in:
Stuart Hastings 2011-03-09 21:35:10 +00:00
parent 9ba3013ed9
commit 3d8584f60e
1 changed files with 3 additions and 3 deletions

View File

@ -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