summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-07 04:12:03 +0000
committerChris Lattner <sabre@nondot.org>2006-11-07 04:12:03 +0000
commit6363971a94daa4cdce24d34871dbeb2eea64fbbf (patch)
treee93c2d7b457f3f6732068b075701bd71c271c4c3 /test
parentfa9aa2b424d0a7d9f7201f8fdcf5ccfa05db3a80 (diff)
downloadllvm-6363971a94daa4cdce24d34871dbeb2eea64fbbf.tar.gz
llvm-6363971a94daa4cdce24d34871dbeb2eea64fbbf.tar.bz2
llvm-6363971a94daa4cdce24d34871dbeb2eea64fbbf.tar.xz
wrong bug #
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
index b6fadaf941..b329520614 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)