None of these derived classes do anything that the base class cannot.
If we remove these case statements, then the base class can handle them
just fine.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Note to Peter: the %a case is the same between Aarch64 and ARM (and should be basic enough to hoist up to the base case). That's going in next patch.