mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -132,7 +132,8 @@ void AsmPrinter::EmitInlineAsm(StringRef Str, const MDNode *LocMDNode,
|
|||||||
|
|
||||||
// Preserve a copy of the original STI because the parser may modify it. For
|
// Preserve a copy of the original STI because the parser may modify it. For
|
||||||
// example, when switching between arm and thumb mode. If the target needs to
|
// example, when switching between arm and thumb mode. If the target needs to
|
||||||
// emit code to return to the original state it can do so in emitInlineAsmEnd().
|
// emit code to return to the original state it can do so in
|
||||||
|
// emitInlineAsmEnd().
|
||||||
MCSubtargetInfo STIOrig = *STI;
|
MCSubtargetInfo STIOrig = *STI;
|
||||||
|
|
||||||
OwningPtr<MCTargetAsmParser>
|
OwningPtr<MCTargetAsmParser>
|
||||||
|
Reference in New Issue
Block a user