diff options
-rw-r--r-- | test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll | 2 |
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) |