This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Fix encodeInstruction() for big endian hosts
ClosedPublic

Authored by mskvortsov on Nov 8 2018, 2:16 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mskvortsov created this revision.Nov 8 2018, 2:16 AM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 8 2018, 2:20 AM
This revision was automatically updated to reflect the committed changes.
asl added a comment.Nov 8 2018, 2:20 AM

Thanks. Committed as r346391