[X86] Teach Intel syntax InstPrinter to print lock prefixes that have been...
[X86] Teach Intel syntax InstPrinter to print lock prefixes that have been parsed from the asm parser. The asm parser puts the lock prefix in the MCInst flags so we need to check that in addition to TSFlags. This matches what the ATT printer does. llvm-svn: 323469
Loading
Please register or sign in to comment