Details
- Reviewers
rovka
Diff Detail
- Build Status
Buildable 3310 Build 3310: arc lint + arc unit
Event Timeline
Ugh, hasSubClass looks a lot less friendly now, but it's probably too late to change terminology. I think it would be wise to add a comment to hasSubClass's documentation saying that it's not necessarily anti-symmetric, to avoid this kind of issue in the future.
/end rant
LGTM.
test/TableGen/RegisterBankEmitter.td | ||
---|---|---|
11 | Nitpick: were you going to use Size instead of 32 here? :) |
I haven't posted this to the list yet since I created it to illustrate an alternative solution to D29049 and I've taken bits of Tom's patch without asking. If it solves his problem then he can either update his patch or he can give me permission to use the bit I took from his patch in which case I'll re-post to the list.
test/TableGen/RegisterBankEmitter.td | ||
---|---|---|
11 | It's setting RegisterClass.Size on both ClassA and ClassB which isn't available from the parameter list (the third argument is the alignment). |
Nitpick: were you going to use Size instead of 32 here? :)