OSDN Git Service

[X86] Factor constant pool comment printing out of the switch in X86AsmPrinter::emitI...
authorCraig Topper <craig.topper@gmail.com>
Sat, 30 May 2020 07:31:21 +0000 (00:31 -0700)
committerCraig Topper <craig.topper@gmail.com>
Sat, 30 May 2020 20:51:37 +0000 (13:51 -0700)
commit3eb430d59847b9e0091199cb63a50ab0494711dd
tree672f6076967f471fc08da960f75d2f0ff3a5adc5
parent0fee91a187d98ad68d70fb42dad4451fce172a23
[X86] Factor constant pool comment printing out of the switch in X86AsmPrinter::emitInstruction. NFC

Pull the verbose asm check out of the cases and move it up to
the call of the new function.
llvm/lib/Target/X86/X86MCInstLower.cpp