[LLVMdev] std::vector usage in Machine* data types
Micah Villmow
micah.villmow at smachines.com
Tue Jul 16 11:34:32 PDT 2013
Is there a specific reason why std::vector is used for MachineBasicBlock Pred/Succ and MachineInstr operands?
It seems these would be the ideal case for using SmallVector.
Thanks,
Micah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130716/2ff96c00/attachment.html>
More information about the llvm-dev
mailing list