mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
Let SmallVector take advantage of LiveRange's podness.
llvm-svn: 105913
This commit is contained in:
parent
955d383e5b
commit
5d5812efa8
@ -258,6 +258,8 @@ namespace llvm {
|
||||
LiveRange(); // DO NOT IMPLEMENT
|
||||
};
|
||||
|
||||
template <> struct isPodLike<LiveRange> { static const bool value = true; };
|
||||
|
||||
raw_ostream& operator<<(raw_ostream& os, const LiveRange &LR);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user