OSDN Git Service

Print % signs before register names; turn off "noprefix" mode in gas output.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 11 Aug 2003 19:05:46 +0000 (19:05 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 11 Aug 2003 19:05:46 +0000 (19:05 +0000)
commit2a09877519c818bd3b92000150a58635075c5e8c
treeeea9dd8e5f57a43fb01c7fe06ba8b2a9f2c493df
parenta8f5de39426fb0d2617094960b2a126356bf32c8
Print % signs before register names; turn off "noprefix" mode in gas output.
Fixes test case test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll.

Also: Refactor implicit-uses printing into its own method.
Remove a couple of unused variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp