Add methods to StringMap to erase entries by key.
[oota-llvm.git] / 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"