mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
Disable this test temporarily to reduce BuildBot complaints.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2ab3999ed
commit
2f5443be11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user