summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-18 11:02:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-18 11:02:33 +0000
commitd8d865e266fee6e536922c8a263bed43cf9f387b (patch)
tree88726bf4af4a8d2ad45b1e5d2a9952ac63d8471f /llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
parent54125a2ba83085ef5e1a0cfe70dfe38a880582ba (diff)
downloadbcm5719-llvm-d8d865e266fee6e536922c8a263bed43cf9f387b.tar.gz
bcm5719-llvm-d8d865e266fee6e536922c8a263bed43cf9f387b.zip
[LCG] Remove all of the complexity stemming from supporting copying.
Reality is that we're never going to copy one of these. Supporting this was becoming a nightmare because nothing even causes it to compile most of the time. Lots of subtle errors built up that wouldn't have been caught by any "normal" testing. Also, make the move assignment actually work rather than the bogus swap implementation that would just infloop if used. As part of that, factor out the graph pointer updates into a helper to share between move construction and move assignment. llvm-svn: 206583
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud