aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-02-19 01:58:11 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-02-19 01:58:11 +0000
commit21aaf2534d6c953faf7ef10cdc8581cc2a89ff36 (patch)
tree4d2550500d13ae1ecea2d935784f2b7603db072e /llvm/lib/CodeGen/MachineFunctionPass.cpp
parentb4a99d3194982a8f6117b241f92090a24eea9388 (diff)
downloadllvm-21aaf2534d6c953faf7ef10cdc8581cc2a89ff36.zip
llvm-21aaf2534d6c953faf7ef10cdc8581cc2a89ff36.tar.gz
llvm-21aaf2534d6c953faf7ef10cdc8581cc2a89ff36.tar.bz2
Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *,
const U *>>. Even in C++11 it doesn't seem this is valid as vector's emplace support requires move assignment, and there is no way to move assign a reference. The real motivation however is that this fixes the build of lld with libstdc++ 4.6. llvm-svn: 175481
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions