remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / Generic / 2006-11-06-MemIntrinsicExpand.ll
blobad3e49f8f922441052066c993199ea13e0ee03b3
1 ; RUN: llc < %s -march=x86 | not grep adc
2 ; PR987
4 declare void @llvm.memcpy.i64(i8*, i8*, i64, i32)
6 define void @foo(i64 %a) {
7         %b = add i64 %a, 1              ; <i64> [#uses=1]
8         call void @llvm.memcpy.i64( i8* null, i8* null, i64 %b, i32 1 )
9         ret void