CodeGen: Cleanup ABIArgInfo
ABIArgInfo was pretty hard to grok, it had data members with names like "BoolData0" and "UIntData". Constructors with lots of bool arguments. Reusing the same data member for multiple purposes. It was also wasteful with memory, this new layout is 8 bytes smaller. llvm-svn: 207894
Loading
Please sign in to comment