git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2011-01-09 23:48:41 +00:00
parent 7cc4e304a6
commit 66d7a5793c

View File

@ -2115,7 +2115,7 @@ void f1(int* begin, int* end) {
std::fill(begin, end, 0);
}
int a memset. This is PR8942.
into a memset. This is PR8942.
//===---------------------------------------------------------------------===//