diff options
author | Erich Keane <erich.keane@intel.com> | 2017-10-17 17:45:21 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-10-17 17:45:21 +0000 |
commit | cbb287c2ecbde244db67cedb817933628a991f55 (patch) | |
tree | c083fb7cf79f4c93b90ac1a53652d49087103b94 /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 3f6c1627f71364764993e5eec8467abbc3217314 (diff) | |
download | bcm5719-llvm-cbb287c2ecbde244db67cedb817933628a991f55.tar.gz bcm5719-llvm-cbb287c2ecbde244db67cedb817933628a991f55.zip |
Replace use of SmallVector::back + pop_back with pop_back_val
I ran across an instance where the value was being loaded
out via back, then immediately popped. Since pop_back_val
is more efficient at this (it moves out), replace this
instance.
llvm-svn: 316015
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions