llvm-cov: Added constness property to methods.
authorYuchen Wu <yuchenericwu@hotmail.com>
Tue, 19 Nov 2013 20:33:32 +0000 (20:33 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Tue, 19 Nov 2013 20:33:32 +0000 (20:33 +0000)
commitd6fde400c9ddadaa04d533b0855aff20e4751fb3
treed263c6701b08686ef8655bf99f81c50002a6a840
parent5903eca0d9731d92329322d1a25b81525691dffd
llvm-cov: Added constness property to methods.

Added constness to methods that shouldn't modify objects. Replaced
operator[] lookup in maps with find() instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195151 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GCOV.h
lib/IR/GCOV.cpp