mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e25de4ae04
commit
7f74eade1f
@ -1,4 +1,4 @@
|
|||||||
//===-- X86IntelInstPrinter.cpp - AT&T assembly instruction printing ------===//
|
//===-- X86IntelInstPrinter.cpp - Intel assembly instruction printing -----===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file includes code for rendering MCInst instances as AT&T-style
|
// This file includes code for rendering MCInst instances as Intel-style
|
||||||
// assembly.
|
// assembly.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
@ -160,8 +160,7 @@ void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op,
|
|||||||
printOperand(MI, Op+2, O);
|
printOperand(MI, Op+2, O);
|
||||||
NeedPlus = true;
|
NeedPlus = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!DispSpec.isImm()) {
|
if (!DispSpec.isImm()) {
|
||||||
if (NeedPlus) O << " + ";
|
if (NeedPlus) O << " + ";
|
||||||
assert(DispSpec.isExpr() && "non-immediate displacement for LEA?");
|
assert(DispSpec.isExpr() && "non-immediate displacement for LEA?");
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This class prints an X86 MCInst to intel style .s file syntax.
|
// This class prints an X86 MCInst to Intel style .s file syntax.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user