From: Chris Lattner Date: Tue, 7 Nov 2006 04:12:03 +0000 (+0000) Subject: wrong bug # X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6363971a94daa4cdce24d34871dbeb2eea64fbbf;p=oota-llvm.git wrong bug # git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll index b6fadaf9413..b329520614f 100644 --- a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll +++ b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86 && ; RUN: llvm-as < %s | llc -march=x86 | not grep adc -; PR988 +; PR987 declare void %llvm.memcpy.i64(sbyte*, sbyte*, ulong, uint)