Minor simplification/speedup. Replaces a set lookup with a pointer comparison.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:20:55 +0000 (06:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 06:20:55 +0000 (06:20 +0000)
commite212d62a340798e6c7d59c52b7b72622388ab114
treef0ff928a5851d1f3bc62df0d1f40bc8caf8dfce1
parente233b8c64bf0d5afeff2041b844689a3994a2848
Minor simplification/speedup.  Replaces a set lookup with a pointer comparison.
This speeds up 176.gcc from 25.73s to 23.48s, which is 9.5%

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19907 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoadValueNumbering.cpp