diff options
author | David Stenberg <david.stenberg@ericsson.com> | 2018-03-02 14:28:56 +0000 |
---|---|---|
committer | David Stenberg <david.stenberg@ericsson.com> | 2018-03-02 14:28:56 +0000 |
commit | 3fb8c324b36165da95b727a8bd469dad291df7cb (patch) | |
tree | ef5587cd628bf32ead6fc964bb7d3af1abbf3b7e /llvm/lib | |
parent | be28e61a03f61c97960c595e07596819042334c3 (diff) | |
download | bcm5719-llvm-3fb8c324b36165da95b727a8bd469dad291df7cb.tar.gz bcm5719-llvm-3fb8c324b36165da95b727a8bd469dad291df7cb.zip |
Test commit: Remove an extraneous space. NFC
Test commit access.
llvm-svn: 326573
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86AsmPrinter.cpp b/llvm/lib/Target/X86/X86AsmPrinter.cpp index 991a81c8f11..710b05d06ed 100644 --- a/llvm/lib/Target/X86/X86AsmPrinter.cpp +++ b/llvm/lib/Target/X86/X86AsmPrinter.cpp @@ -482,7 +482,7 @@ bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, printPCRelImm(*this, MI, OpNo, O); return false; - case 'n': // Negate the immediate or print a '-' before the operand. + case 'n': // Negate the immediate or print a '-' before the operand. // Note: this is a temporary solution. It should be handled target // independently as part of the 'MC' work. if (MO.isImm()) { |