1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Target/X86/InstPrinter
Craig Topper 8693f09339 [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstComments. Just always use the function from the ATTPrinter. NFC
The IntelPrinter and the ATTPrinter produce the same strings for the same input. We already use the ATTPrinter explicitly in several other places.

llvm-svn: 328762
2018-03-29 04:14:04 +00:00
..
CMakeLists.txt
LLVMBuild.txt
X86ATTInstPrinter.cpp [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstComments. Just always use the function from the ATTPrinter. NFC 2018-03-29 04:14:04 +00:00
X86ATTInstPrinter.h
X86InstComments.cpp [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstComments. Just always use the function from the ATTPrinter. NFC 2018-03-29 04:14:04 +00:00
X86InstComments.h [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstComments. Just always use the function from the ATTPrinter. NFC 2018-03-29 04:14:04 +00:00
X86IntelInstPrinter.cpp [X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstComments. Just always use the function from the ATTPrinter. NFC 2018-03-29 04:14:04 +00:00
X86IntelInstPrinter.h