forked from OSchip/llvm-project
8ac2b181a1
Commit r353303 added annotations when acquire semantics were dropped from an instruction. printAnnotation was called before printInstruction. So if you didn't set a separate comment output stream you got <comment><instr> instead of <instr><comment> as expected. To fix this move the new printAnnotation to after the instruction is printed. Differential Revision: https://reviews.llvm.org/D58059 llvm-svn: 354565 |
||
---|---|---|
.. | ||
AArch64InstPrinter.cpp | ||
AArch64InstPrinter.h | ||
CMakeLists.txt | ||
LLVMBuild.txt |