mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +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:
parent
717116f1d2
commit
8e6d6670a6
@ -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
|
||||
// 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;
|
||||
|
||||
OwningPtr<MCTargetAsmParser>
|
||||
|
Loading…
Reference in New Issue
Block a user