summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-04-24 20:01:03 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-04-24 20:01:03 +0000
commitd056cb4b74fa168534ca24fd43a2a6c3e2eeb1b6 (patch)
treea2176f85a1756c7e7e157f988a9a22c66f711417 /llvm/lib/Support/DynamicLibrary.cpp
parent70c377a3625969f4784798726e0ce47a78e24311 (diff)
downloadbcm5719-llvm-d056cb4b74fa168534ca24fd43a2a6c3e2eeb1b6.tar.gz
bcm5719-llvm-d056cb4b74fa168534ca24fd43a2a6c3e2eeb1b6.zip
Avoid unnecessary copies in some for loops
Use constant references rather than `const auto` which will cause the copy constructor. These particular cases cause issues for the swift compiler. llvm-svn: 301237
Diffstat (limited to 'llvm/lib/Support/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud