mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Previously, an opcode set via SetOpcode32 (for example) was later extracted via GetData() as a byte sequence in host order rather than target order. Review: http://llvm-reviews.chandlerc.com/D1838 llvm-svn: 196808