diff options
Diffstat (limited to 'test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll')
-rw-r--r-- | test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll deleted file mode 100644 index ad3e49f..0000000 --- a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: llc < %s -march=x86 | not grep adc -; PR987 - -declare void @llvm.memcpy.i64(i8*, i8*, i64, i32) - -define void @foo(i64 %a) { - %b = add i64 %a, 1 ; <i64> [#uses=1] - call void @llvm.memcpy.i64( i8* null, i8* null, i64 %b, i32 1 ) - ret void -} - |