This added support for printing MCUnaryExpr as well as different kinds of
MCBinaryExpr.
Details
Details
- Reviewers
dsanders vkalintiris
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi,
As explained at D13592, I'd prefer not to commit this since it further breaks encapsulation of the MCExpr hierarchy. Instead, we should try to get the existing code into our MipsMCExpr. This will be difficult (chiefly because we appear to implement things like %hi as both an operator and part of the symbol which will also need fixing) but fixing the encapsulation will be cleaner overall.