mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-08 10:42:08 +00:00

Since we're storing lots of these, save two-pointers per vector with a custom type rather than using the relatively heavy `SmallVector`. Part of PR5680. llvm-svn: 214135