Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
JumpThreading.cpp
Find file
Blame
History
Permalink
Fix a bunch of other places that used operator[] to test whether
· 43f33dd5
Dan Gohman
authored
Jul 02, 2009
a key is present in a std::map or DenseMap to use find instead. llvm-svn: 74676
43f33dd5
Loading