aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-08-29 01:43:41 +0000
committerEric Fiselier <eric@efcs.ca>2016-08-29 01:43:41 +0000
commit4268a742f5911a48ef460122847f81526232e1c0 (patch)
tree64f9718eaa900eaf02d640a7451614fafa5d4023 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent67c234417412b2d27e30ec30d6883ab9c8d60fc6 (diff)
downloadllvm-4268a742f5911a48ef460122847f81526232e1c0.zip
llvm-4268a742f5911a48ef460122847f81526232e1c0.tar.gz
llvm-4268a742f5911a48ef460122847f81526232e1c0.tar.bz2
Fix pair::operator=(TupleLike&&).
This assignment operator was previously broken since the SFINAE always resulted in substitution failure. This caused assignments to turn into copy construction + assignment. This patch was originally committed as r279953 but was reverted due to warnings in the test-suite. This new patch corrects those warnings. llvm-svn: 279955
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions