OSDN Git Service

make the common case of a single store (which clearly shouldn't be turned
authorChris Lattner <sabre@nondot.org>
Sat, 29 Mar 2008 04:52:12 +0000 (04:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Mar 2008 04:52:12 +0000 (04:52 +0000)
commitd22fe2b51f553f7eca200cd22b9e2247f9aea2ff
tree8b6c1e3959844b439a7515fa6b7ae6159fc7917f
parentf83e13ae0a4eba4a1fc8b5d25a37c427e67b7f0c
make the common case of a single store (which clearly shouldn't be turned
into a memset!) faster by avoiding an allocation of an std::list node.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp