Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
[oota-llvm.git] / lib / Analysis / JumpInstrTableInfo.cpp
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...