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
GVN.cpp
Find file
Blame
History
Permalink
make the common case of a single store (which clearly shouldn't be turned
· ac955157
Chris Lattner
authored
Mar 29, 2008
into a memset!) faster by avoiding an allocation of an std::list node. llvm-svn: 48939
ac955157
Loading