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
MemCpyOptimizer.cpp
Find file
Blame
History
Permalink
Use do+while instead of while for loops which obviously have a
· 28943873
Dan Gohman
authored
Jan 05, 2010
non-zero trip count. Use SmallVector's pop_back_val(). llvm-svn: 92734
28943873
Loading