Replace the ugly FindValue method with STL-like find methods.
authorChris Lattner <sabre@nondot.org>
Sun, 11 Feb 2007 19:49:41 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Feb 2007 19:49:41 +0000 (19:49 +0000)
commitb5bb9f5b5cfe89f4b7626671f4923d50f8d4cd6a
treed3d3bd107a464a4c735be79fa6544855555d4c7d
parentea7acb859111a7f55c497e0b7cf569ac81e97208
Replace the ugly FindValue method with STL-like find methods.

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