[PATCH] D16349: [AArch64] Fix two bugs in the .inst directive
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 04:35:05 PST 2016
olista01 added inline comments.
================
Comment at: lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp:120
@@ +119,3 @@
+ // symbol, and swap the endianness on big-endian systems (instructions are
+ // always little-endian).
+ for (unsigned I = 0; I < 4; ++I) {
----------------
rengolin wrote:
> Does this mean AArch64 BE was emitting all instructions the wrong way around until now?
No, this function is only used for the .inst directive.
Repository:
rL LLVM
http://reviews.llvm.org/D16349
More information about the llvm-commits
mailing list