Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 19 Jul 2014 01:05:11 +0000 (01:05 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 19 Jul 2014 01:05:11 +0000 (01:05 +0000)
commitb61064ed398191460f746e05a8ef8cb48b64a436
tree5fa8c50aa663fb9237d0c8ebea6f762c4e7862b7
parentb530bc0242901d1322d77ce24b64eda10554c35f
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"

It's also possible to just write "= nullptr", but there's some question
of whether that's as readable, so I leave it up to authors to pick which
they prefer for now. If we want to discuss standardizing on one or the
other, we can do that at some point in the future.

llvm-svn: 213438
llvm/lib/Analysis/IPA/CallGraph.cpp
llvm/lib/CodeGen/RegAllocBasic.cpp
llvm/lib/CodeGen/RegAllocGreedy.cpp
llvm/lib/Support/FileOutputBuffer.cpp
llvm/utils/TableGen/DAGISelMatcherOpt.cpp