Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
[oota-llvm.git] / lib / CodeGen / PHIEliminationUtils.h
2010-12-05 Cameron ZwarichMove the FindCopyInsertPoint method of PHIElimination...