Fix a bunch of other places that used operator[] to test whether
authorDan Gohman <gohman@apple.com>
Thu, 2 Jul 2009 00:17:47 +0000 (00:17 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 2 Jul 2009 00:17:47 +0000 (00:17 +0000)
commitf530c92cd55f35f64904e42e38b3a2bc92b347cb
tree90599072a77b48b5306f061b7006dcff85bf21d7
parentc70e62110b7e165ab8f04c38ffd97f905dcda95d
Fix a bunch of other places that used operator[] to test whether
a key is present in a std::map or DenseMap to use find instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74676 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/Target/X86/X86FastISel.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/TailDuplication.cpp
tools/llvm-prof/llvm-prof.cpp