Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead...
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead of vector<CodeGenRegisterClass*> This complicates a few algorithms due to not having random access, but not by a huge degree I don't think (open to debate/design discussion/etc). llvm-svn: 223261
Loading
Please sign in to comment