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
Support
APInt.cpp
Find file
Blame
History
Permalink
Use pre-inc, pre-dec when possible.
· 773be0ce
Jakub Staszak
authored
Mar 20, 2013
They are generally faster (at least not slower) than post-inc, post-dec. llvm-svn: 177608
773be0ce
Loading