summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-10-17 17:45:21 +0000
committerErich Keane <erich.keane@intel.com>2017-10-17 17:45:21 +0000
commitcbb287c2ecbde244db67cedb817933628a991f55 (patch)
treec083fb7cf79f4c93b90ac1a53652d49087103b94 /llvm/lib/Transforms/Utils/SimplifyCFG.cpp
parent3f6c1627f71364764993e5eec8467abbc3217314 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud