Add PR number to testcase.
authorOwen Anderson <resistor@mac.com>
Tue, 26 Feb 2008 23:16:11 +0000 (23:16 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 26 Feb 2008 23:16:11 +0000 (23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47640 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GVN/2008-02-26-MemCpySize.ll

index a82a19354b9520a33cc4912c723ec779304ed40f..92cac077711ca34ea6945ba3a3254f73e3714b34 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | opt -gvn -dse | llvm-dis | grep {call.*memcpy.*cell} | count 2
+; PR2099
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i686-apple-darwin9"