Commit 670a98a
authored
[AArch64] Consistently use EmitToStreamer across the AArch64AsmPrinter (llvm#110107)
In preparation for refactoring the instruction size checks being made by
PAuth-related code, switch all instruction emission in AArch64AsmPrinter
to using EmitToStreamer function.
Introduce a single-operand overload of `EmitToStreamer(MCInst)`, as the
only MCStreamer passed as the first argument is actually `*OutStreamer`.
To decrease the number of code lines changed due to clang-format, do not
touch the existing calls to two-argument EmitToStreamer function so far.1 parent 0e34766 commit 670a98a
1 file changed
+166
-208
lines changed
0 commit comments