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
LoopRotation.cpp
Find file
Blame
History
Permalink
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
· 1f6fbc4b
Owen Anderson
authored
Apr 13, 2008
which is significantly more efficient. llvm-svn: 49614
1f6fbc4b
Loading