llvm-6502/lib/Analysis/IPA
David Blaikie ec31a302b7 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213438 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-19 01:05:11 +00:00
..
CallGraph.cpp Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:05:11 +00:00
CallGraphSCCPass.cpp Add new lines to debugging information. 2014-07-03 02:11:49 +00:00
CallPrinter.cpp
CMakeLists.txt
FindUsedTypes.cpp
GlobalsModRef.cpp Use a range loop. 2014-05-08 17:57:50 +00:00
InlineCost.cpp Suppress inlining when the block address is taken 2014-07-01 00:19:34 +00:00
IPA.cpp
LLVMBuild.txt
Makefile