mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
new testcase
llvm-svn: 31486
This commit is contained in:
parent
bed20e1a25
commit
788bec1782
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 &&
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep adc
|
||||
|
||||
; PR988
|
||||
|
||||
declare void %llvm.memcpy.i64(sbyte*, sbyte*, ulong, uint)
|
||||
|
||||
void %foo(ulong %a) {
|
||||
%b = add ulong %a, 1
|
||||
call void %llvm.memcpy.i64( sbyte* null, sbyte* null, ulong %b, uint 1 )
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user