Closed Bug 875413 Opened 11 years ago Closed 11 years ago

Clean up a few unnecessary Operand instances

Categories

(Core :: JavaScript Engine, enhancement)

x86_64
All
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla24

People

(Reporter: sunfish, Unassigned)

References

Details

Attachments

(1 file)

Various places in the x86 backend use cvtsi2sd(Operand(src), dest) when they could simply use cvtsi2sd(src, dest).
Attached patch a proposed fixSplinter Review
Attachment #753381 - Flags: review?(nicolas.b.pierron)
Blocks: 875419
Comment on attachment 753381 [details] [diff] [review]
a proposed fix

Review of attachment 753381 [details] [diff] [review]:
-----------------------------------------------------------------

Thanks for this clean-up.
Attachment #753381 - Flags: review?(nicolas.b.pierron) → review+
Attachment #753381 - Flags: checkin?(nicolas.b.pierron)
https://hg.mozilla.org/mozilla-central/rev/5f23427f2f79
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: